1
0
forked from finn/site

mg tut c2

This commit is contained in:
2024-08-01 02:07:49 -07:00
parent becc234263
commit fed4454a05
3 changed files with 43 additions and 1 deletions

View File

@ -0,0 +1,16 @@
<!doctype html>
<html>
<head>
{% if title %}
<title>{{ title }} - blog</title>
{% else %}
<title>Welcome to blog.</title>
{% endif %}
</head>
<body>
<div>blgo: <a href="/index">home</a></div>
<hr>
{% block content %}{% endblock %}
</body>
</html>