Open luzik opened 6 years ago
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
could you send a PR? I'll be eager to merget it.
sorry - I'm to busy/lazy for this :-)
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