restructure file layout
[ochimeru.git] / ochimeru / cards / templates / base.html
blob31c07afa1ae679d539a8431c7a1fd1a1fd0871b5
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <title>修める - Cards</title>
6 <link href="/media/screen.css" rel="stylesheet" type="text/css" />
7 </head>
9 <body>
10 <h1>修める - Cards</h1>
12 {% block content %}{% endblock %}
13 </body>
14 </html>