We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider adding information how to extend waliki templates in custom projects:
In project templates directory create waliki/ and place base.html in it (ex. path: some_app/templates/waliki/base.html
waliki/
some_app/templates/waliki/base.html
base.html can contain
base.html
{% extends "site_base.html" %} {% block navbar %}{% include "_layouts/menu.html" with site="wiki" %}{% endblock %}
It can be useful for newbies
The text was updated successfully, but these errors were encountered:
could you send a PR? I'll be eager to merget it.
Sorry, something went wrong.
sorry - I'm to busy/lazy for this :-)
No branches or pull requests
Consider adding information how to extend waliki templates in custom projects:
In project templates directory create
waliki/
and place base.html in it (ex. path:some_app/templates/waliki/base.html
base.html
can containIt can be useful for newbies
The text was updated successfully, but these errors were encountered: