Commit ca383611 authored by gab's avatar gab

created base html

parent 5d89bebd
<html>
<head>
<meta charset="utf-8">
<title>{% block title %}Red Brick Board{% endblock %}</title>
</head>
<body>
<main>
I have the base.html
{% block content %}
{% endblock %}
</main>
</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