Files
django-maraudes/website/templates/base_site.html

11 lines
274 B
HTML

{% extends "base.html" %}
{% block title %}{{ page_title }}{% endblock %}
{% block page_header %}<span style="color:#980300;">{{ page_header }}</span> <small>{{ page_header_small }}</small>{% endblock %}
{% block content %}{% include content_template %}{% endblock %}