tornado/demos/appengine/templates/home.html

9 lines
180 B
HTML
Raw Normal View History

2009-09-10 07:50:51 +00:00
{% extends "base.html" %}
{% block body %}
{% for entry in entries %}
2013-03-03 16:54:35 +00:00
{% module Entry(entry) %}
2009-09-10 07:50:51 +00:00
{% end %}
<div><a href="/archive">{{ _("Archive") }}</a></div>
{% end %}