diff --git a/templates/base.html b/templates/base.html index 9d1ffc5..0afe229 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,13 +5,22 @@ + + {% block title %}Xanadu{% endblock %} @@ -21,10 +30,11 @@ body{ + {% include "navbar.html" %} {% block content %} {% endblock %} -{% block scripts %} +{% block script %} {% endblock %} diff --git a/templates/navbar.html b/templates/navbar.html new file mode 100644 index 0000000..1c19061 --- /dev/null +++ b/templates/navbar.html @@ -0,0 +1,5 @@ +

+ home + | events + | speakers +