tornado/demos/appengine/templates/home.html

9 lines
180 B
HTML

{% extends "base.html" %}
{% block body %}
{% for entry in entries %}
{% module Entry(entry) %}
{% end %}
<div><a href="/archive">{{ _("Archive") }}</a></div>
{% end %}