Commit c550aec1 authored by Rafa Mendoza's avatar Rafa Mendoza

made interface

parent ae15e8ac
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<title>{% block title %} {% endblock %}</title>
</head>
<body>
<main>
{% block content %} {% endblock %}
</main>
<footer>
<p>{% block footer %} {% endblock %}</p>
</footer>
</body>
</html>
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