Commit ffb24a87 authored by enricosuplico's avatar enricosuplico

added templates file

parent 37f905d5
Pipeline #3147 failed with stages
<!DOCTYPE html>
<html lang="en">
<head>
<link rel = "stylesheet" href = "style.css">
<title> {% block title %} My amazing site {% endblock %} </title>
{% block styles %}{% endblock %}
</head>
<body>
<div id = "content">
{% block content %}{% endblock %}
</div>
{% block scripts %}{% endblock %}
</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