Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bewype/flask/templates/nutriweb/spare-time.html
blob: 07af6bdc052c5078c79854c58bf62c46e57fa04e (plain)
1
2
3
4
5
6
7
8
9
10
11
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 %}