flask/templates/mailinglist/layout.html
2010-05-02 16:34:12 +02:00

11 lines
327 B
HTML

{% extends "layout.html" %}
{% block head %}
{{ super() }}
<style type=text/css>
h1 { margin: 0 0 30px 0; background: url(/static/mailinglist.png) no-repeat center; height: 165px; }
h1 span { display: none; }
</style>
{% endblock %}
{% block body_title %}
<h1><span>Flask Mailinglist</span></h1>
{% endblock %}