Advertisement
fggkyle

Untitled

Jan 7th, 2021
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!-- Bootstrap CSS -->
  4. <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
  5. {% if title %}
  6. <title>{{ title }} - Kylf's Blog</title>
  7. {% else %}
  8. <title>Welcome to Kylfblog</title>
  9. {% endif %}
  10. </head>
  11. <body>
  12. <div>[GROCERY STORE NAME]: <a href="/index">Home</a></div>
  13. <hr>
  14. {% block content %}{% endblock %}
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement