Commit f131498d authored by Agu Syquia's avatar Agu Syquia

Created base.html

Project-level template, that is extended by the app-level templates
parent ccb145c1
<html lang="en">
<head>
{% block title %}<title>Insert Title</title>{% endblock %}
</head>
<body>
<div id="content">
{% block content %}{% endblock %}
</div>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment