conference-site/themes/blue-penguin/templates/large.html

12 lines
262 B
HTML
Raw Normal View History

{% extends "large_base.html" %}
2020-11-22 18:44:33 +00:00
{% block title %}{{ SITENAME }} | {{ page.title }}{% endblock %}
2020-11-22 18:44:33 +00:00
{% block content %}
<div class="page">
<h1>{{ page.title }}</h1>
{{ page.content }}
</div>
{% endblock %}