mirror of
https://github.com/creyD/asiimov.git
synced 2026-06-12 00:52:23 +02:00
Added base template
This commit is contained in:
13
src/common/templates/master.html
Normal file
13
src/common/templates/master.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Asiimov - CS:GO Trading Website</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="header"></div>
|
||||
{% block content %}{% endblock %}
|
||||
<div id="footer">
|
||||
<a href="https://github.com/creyD/asiimov" target="_blank">GitHub</a>.<a href="{% url 'imprint' %}">Imprint</a>.<a href="{% url 'help' %}">Help</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user