diff --git a/beer/templates/beer/home.html b/beer/templates/beer/home.html new file mode 100644 index 0000000..b9105c6 --- /dev/null +++ b/beer/templates/beer/home.html @@ -0,0 +1,18 @@ +{% extends "base.html" %} +{% load mathfilters %} +{% load funcs %} + +{% block style %} +input, label { + display:block; +} +{% endblock %} + +{% block title %}Recipea{% endblock %} + +{% block jumbotron %}Recipe Manager {% endblock %} +{% block jumbotronsub %}{% endblock %} +{% block content %} +

Comming Soon?

+ +{% endblock %}