diff frontend/mfrontend/templates/hello.html @ 4:cf786ee26a22

MOŻNA SIĘ LOGOWAĆ I WYLOGOWAĆ jestem wspaniały
author michalr
date Tue, 22 Feb 2011 20:38:51 +0000
parents
children 28eb82047167
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/frontend/mfrontend/templates/hello.html	Tue Feb 22 20:38:51 2011 +0000
@@ -0,0 +1,5 @@
+ {% extends "layout.html" %}
+{% block body %}
+<h2>WITAJ NA NASZEJ STRONIE</h2>
+<p>Tutaj znajduje sie jakiś tekst.</p>
+{% endblock %}