root/bitstructures/trunk/templates/substructure/entry_page.html

Revision 2, 174 bytes (checked in by simon, 16 months ago)

Initial checkin.

Line 
1{% extends "substructure/base.html" %}
2
3{% block title %}{{ entry.title|escape }}{% endblock %}
4
5{% block content %}
6
7{% include "substructure/entry.html" %}
8
9{% endblock %}
Note: See TracBrowser for help on using the browser.