Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/templates/nutriweb/spare-time.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/nutriweb/spare-time.html')
-rw-r--r--templates/nutriweb/spare-time.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/nutriweb/spare-time.html b/templates/nutriweb/spare-time.html
new file mode 100644
index 0000000..07af6bd
--- /dev/null
+++ b/templates/nutriweb/spare-time.html
@@ -0,0 +1,12 @@
+{% extends "layout.html" %}
+{% block title %}{{ _('Story') }}{% endblock %}
+{% block content %}
+<h1>{{ _('Story') }}</h1>
+<div id='helo'>
+</div>
+<script>
+<!--
+$('#helo').html( {{ _('JQuery is working ...') }});
+-->
+</script>
+{% endblock %}