insert_above is integrated for adding js/css on the fly
[myslice.git] / slice / templates / foo-base.html
1 {% insert_handler %}
2 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
3 <html> <head>
4 <title>Foo - experimental page with foo= {{ foo }} </title>
5 {% media_container media %}
6
7 </head>
8
9 <body>
10 <h1>Again, foo = {{ foo }} </h1>
11 <hr>
12 {% block content %} and more stuff if needed {% endblock %}
13 </body> </html>