Files
web2.0-backend/templates/about.html
T
2017-05-24 20:08:18 +03:00

16 lines
235 B
HTML

<!DOCTYPE html>
{% load static %}
<html>
<head>
<link rel="stylesheet" href="{% static "css/base.css" %}">
</head>
<body>
<h1>SIKWEB 2.0</h1>
<h2>Git revision</h2>
{{ REVISION }}
<h2>Git tag</h2>
{{ TAG }}
</body>
</html>