base.html 129 B

1234567891011
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. </head>
  5. <body>
  6. <div id="content">
  7. {% block content %}{% endblock %}
  8. </div>
  9. </body>
  10. </html>