File: post.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 (7 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
{% extends 'base.html' %}
{% block page %}
<h1>POST example</h1>
<p>This variable exists = {{fields.ip}}</p>
<p>This variable does not exist = {{fields.something}}</p>
<p>This one comes from .conf = {{fields.mysql_host}}</p>
{% end %}