{% import 'macros.html' as macros with context %} {% import 'macro-searchbox.html' as search_box with context %} {% include '_css.html' %} {% block title %}{% endblock %} - Zubbi {% include '_navbar.html' %} {% block body %}
{% block header %}{% endblock %}
{% block content %}{% endblock %}
{% endblock %} {% block footer %} {% include '_footer.html' %} {% endblock %} {% block js %} {% include '_js.html' %} {% endblock %}