1879ad8b6f6d4585fa93da5c08eb3ccc972c3122
[climbing.kerkeslager.com] / src / core / templates / core / base.html
1 <!doctype html>
2
3 <html lang='en'>
4   <head>
5     <meta charset='utf-8'>
6     <meta name='viewport' content='width=device-width, initial-scale=1'>
7
8     <title>Climbing</title>
9     <meta name='author' content='David Kerkeslager'>
10   </head>
11
12   <body>
13     {% block content %}{% endblock %}
14   </body>
15 </html>