django-fobi/examples/simple/templates/base.html
Artur Barseghyan f315c9bcc6 initial
2014-10-11 05:54:24 +02:00

11 lines
No EOL
249 B
HTML

{% extends fobi_theme.master_base_template %}
{% load i18n %}
{% block navbar-menu %}
{% endblock navbar-menu %}
{% block site-title %}{% trans "Example site" %}{% endblock site-title %}
{% block sidebar-wrapper %}
{% endblock sidebar-wrapper %}