Created basic homepage displaying feeds and entries.
[~jspiros/reader.git] / templates / reader / base.html
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4         <head>
5                 <title>{% block title %}Reader{% endblock %}</title>
6                 {% block extrahead %}{% endblock %}
7         </head>
8         <body>
9                 {% block body %}{% endblock %}
10         </body>
11 </html>