diff --git a/server/templates/about.tera b/server/templates/about.tera index 7f52225..6aa498f 100644 --- a/server/templates/about.tera +++ b/server/templates/about.tera @@ -1,50 +1,7 @@ - - - - - - - {{og_title}} - - - - - - - - - - - - - - - - +{% set stylesheet = "/static/css/about.css" %} +{% include "header" %} - +{%include "navbar" %}
diff --git a/server/templates/index.tera b/server/templates/index.tera index 75cd8df..3204f08 100644 --- a/server/templates/index.tera +++ b/server/templates/index.tera @@ -1,59 +1,13 @@ - - - - - - - {{og_title}} - - - - - - - - - - - - - - - - - +{% set stylesheet = "/static/css/index.css" %} +{% include 'header' %} - +{% include "navbar" %}

{{brand_url}}

{{brand_motto}}

-

- {{brand_quip}} -

+

@@ -73,13 +27,4 @@
- - - - \ No newline at end of file +{% include "footer" %} \ No newline at end of file