You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

layout.html 334B

12345678910111213141516
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <title>Microblog Admin</title>
  7. <style>
  8. body {
  9. background: #aab5a9;
  10. }
  11. </style>
  12. </head>
  13. <body>
  14. {% block content %} {% endblock %}
  15. </body>
  16. </html>