From abec11e7ca0ce49081343bb2b2eb8520058d67a8 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 13 Oct 2013 10:07:51 +0200 Subject: Added new files. First prototype with the Flask micro-framework. --- pyaggr3g470r/templates/layout.html | 62 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 pyaggr3g470r/templates/layout.html (limited to 'pyaggr3g470r/templates/layout.html') diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html new file mode 100644 index 00000000..b3b38dcc --- /dev/null +++ b/pyaggr3g470r/templates/layout.html @@ -0,0 +1,62 @@ + + + + {% block head %} + + + + + + + pyAggr3g470r + + + + + + + + + {% endblock %} + + + + + + + {% block content %}{% endblock %} + + + + + + + + + -- cgit