0.0.1
add new page levels
This commit is contained in:
19
templates/tb_base.html
Normal file
19
templates/tb_base.html
Normal file
@@ -0,0 +1,19 @@
|
||||
{% load static %}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>FairPlay</title>
|
||||
<link rel="stylesheet" href="{% static "css/firegame_css.css"%}">
|
||||
</head>
|
||||
<body>
|
||||
{% include "blocks/header.html" %}
|
||||
<div class="cut-width">
|
||||
{% block CONTENT %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user