File: index.html

package info (click to toggle)
python-cyclone 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,388 kB
  • ctags: 1,372
  • sloc: python: 8,823; sh: 183; makefile: 13; sql: 12
file content (14 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% extends 'base.html' %}
{% block page %}
<h1>{{_("It works!")}}</h1>
<p><small>
  <a href="/lang/en_US">English</a>&nbsp;
  <a href="/lang/es_ES">Español</a>&nbsp;
  <a href="/lang/pt_BR">Português</a>
</small></p>
<p>hello = {{hello}}</p>
<p>awesome = {{awesome}}</p>
<form class="well" method="post">
  <button type="submit" class="btn">Post example</button>
</form>
{% end %}