diff --git a/SocialHelper/homepage/templates/base.html b/SocialHelper/homepage/templates/base.html new file mode 100644 index 0000000..f54026d --- /dev/null +++ b/SocialHelper/homepage/templates/base.html @@ -0,0 +1,54 @@ +{% load static %} + + + + + + + + + SocialHelper + + + + + + + + + + + + + + + + + + {% block content %} {% endblock %} + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SocialHelper/homepage/templates/homepage/index.html b/SocialHelper/homepage/templates/homepage/index.html index bc41fae..2e90399 100644 --- a/SocialHelper/homepage/templates/homepage/index.html +++ b/SocialHelper/homepage/templates/homepage/index.html @@ -1,28 +1,11 @@ +{% extends 'base.html' %} {% load static %} +{% block content %} - - - - - - SocialHelper - - - - - - - - - - - - -