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

12 lines
256 B
HTML
Raw Normal View History

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