obsolute-paste/templates/base.html
baalajimaestro db32d8b07e
Basic run with tera templating
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-11-11 20:02:22 +05:30

11 lines
200 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Actix Web</title>
</head>
<body>
{% block content %}
{% endblock content %}
</body>
</html>