diff --git a/brancher/homepage/templates/homepage/base.html b/brancher/homepage/templates/homepage/base.html index e69de29..7f19ede 100644 --- a/brancher/homepage/templates/homepage/base.html +++ b/brancher/homepage/templates/homepage/base.html @@ -0,0 +1,49 @@ +{% load static %} + + + + + + Brancher + + + + + + + + + + + + + + + + + + + {% block content %} {% endblock %} + + + + + + + + + + diff --git a/brancher/homepage/templates/homepage/index.html b/brancher/homepage/templates/homepage/index.html index 99f96da..2183b1b 100644 --- a/brancher/homepage/templates/homepage/index.html +++ b/brancher/homepage/templates/homepage/index.html @@ -1,42 +1,6 @@ +{% extends "homepage/base.html" %} {% load static %} - - - - - - Brancher - - - - - - - - - - - - - - - - - - - +{% block content %}
@@ -48,18 +12,6 @@
-
--> - - +
@@ -201,13 +134,4 @@
- - - - - - - - - - +{% endblock content %}