diff --git a/djangoshaker/templates/djangoshaker/template.html b/djangoshaker/templates/djangoshaker/template.html new file mode 100644 --- /dev/null +++ b/djangoshaker/templates/djangoshaker/template.html @@ -0,0 +1,39 @@ +{% load djangoshaker_html_helpers %} + + + + + {% block title %}Django Shaker{% endblock %} + + + + + + + + + + +
+ {% block content %} + {% endblock %} +
+ + + + + +