aboutsummaryrefslogtreecommitdiffstats
path: root/sleepmap-theme/templates/page.html
blob: b7103d32e3934d50e092b3271616423b777f35ee (plain)
1
2
3
4
5
6
7
8
9
10
{% extends "base.html" %}
{% block title %}{{ page.title }}{% endblock %}
{% block content %}        
<section id="content" class="body">
  <main class="hentry">
    <h1 class="entry-title">{{ page.title }}</h1>
    {{ page.content }}
  </main>
</section>
{% endblock %}