diff options
| -rw-r--r-- | frontend/templates/base.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/templates/base.html b/frontend/templates/base.html new file mode 100644 index 0000000..7591cfd --- /dev/null +++ b/frontend/templates/base.html @@ -0,0 +1,4 @@ +helloh +{% block title %}{% endblock %}t +{% block content %}{% endblock %} + |
