Update page templating to centralize header and metatada, add 404 page
This commit is contained in:
parent
16941f6074
commit
c0d63ab5f3
4 changed files with 40 additions and 47 deletions
11
templates/404.html
Normal file
11
templates/404.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<main id="main-content">
|
||||
<div id="welcome-message">
|
||||
<h2 id="blog-page-title">|| 404 Not Found ||</h2>
|
||||
<h6 class="blog-post-date">These are not the frogs you're looking for 👋 🐸</h6>
|
||||
</div>
|
||||
<div class="dotted-border"></div>
|
||||
</main>
|
||||
{% endblock content %}
|
Loading…
Add table
Add a link
Reference in a new issue