diff --git a/templates/_navigation.html b/templates/_navigation.html new file mode 100644 index 0000000..3bffa51 --- /dev/null +++ b/templates/_navigation.html @@ -0,0 +1,7 @@ +{# templates/_navigation.html #} + + diff --git a/templates/base.html b/templates/base.html index c4f25fb..a2e14fe 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,13 +2,16 @@ - + {% block title %}{{ title }}{% endblock title %} +
+ {% include "_navigation.html" %} +
{% block content %}

Welcome to {{ title }}!

{% endblock content %}