tornado/website/templates/documentation.html

10 lines
218 B
HTML
Raw Normal View History

2009-09-10 07:50:51 +00:00
{% extends "base.html" %}
{% block title %}Tornado Web Server Documentation{% end %}
{% block headertitle %}<h1>documentation</h1>{% end %}
{% block body %}
{{ markdown("documentation.txt", toc=True) }}
{% end %}