]> git.datanom.net - pwp.git/blame - app/templates/admin.html
initial commit
[pwp.git] / app / templates / admin.html
CommitLineData
e5424f29
MR
1{% extends "base.html" %}
2
3{% block title %}
4{{ title }}
5{% endblock %}
6
7{% block content %}
8 {% include 'menu.html' %}
9 {% include 'flash.html' %}
10 <div class="container">
11 <h1 class="center">{{ title }}</h1>
12 </div> <!-- /container -->
13{% endblock %}
This page took 0.027616 seconds and 5 git commands to generate.