init commit
This commit is contained in:
19
templates/base.html
Normal file
19
templates/base.html
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
{% include "includes/head.html" %}
|
||||
<title>
|
||||
{% block title %}
|
||||
{% endblock %}
|
||||
</title>
|
||||
</head>
|
||||
<body>
|
||||
{% include "includes/navbar.html" %}
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
|
||||
{% include "includes/footer.html"%}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user