Files
web2.0-backend/webapp/templates/kaehmy_base.html
T
2017-10-30 12:47:48 +02:00

15 lines
259 B
HTML

{% extends "base.html" %}
{% load static %}
{% load i18n %}
{% block navigation %}
{% include "kaehmy_navigation.html" %}
{% endblock %}
{% block header %}
<div class="kaehmy_header">
{% include "kaehmy_header.html" %}
</div>
{% endblock header %}