summaryrefslogtreecommitdiff
path: root/vendor/tornado/website/templates/documentation.html
blob: 8c28740874ec0fb6f3871a7d1d15897d8643e715 (plain)
1
2
3
4
5
6
7
8
9
{% extends "base.html" %}

{% block title %}Tornado Web Server Documentation{% end %}

{% block headertitle %}<h1>documentation</h1>{% end %}

{% block body %}
  {{ markdown("documentation.txt", toc=True) }}
{% end %}