gdritter repos infinite-negative-utility / master templates / page.html
master

Tree @master (Download .tar.gz)

page.html @masterraw · history · blame

1
2
3
4
5
6
{% extends "layout.html" %}
{% block title %}{{ this.title }}{% endblock %}
{% block body %}
  <h2>{{ this.title }}</h2>
  {{ this.body }}
{% endblock %}