diff --git a/hobo/templates/mellon/base.html b/hobo/templates/mellon/base.html new file mode 100644 index 0000000..9beeeeb --- /dev/null +++ b/hobo/templates/mellon/base.html @@ -0,0 +1,12 @@ +{% extends "hobo/base.html" %} + +{% block content %} +{% block mellon_content %} +{% endblock %} +{% endblock %} + +{% block extrascripts %} +{% block mellon_extrascripts %} +{% endblock %} +{% endblock %} +