UNPKG

blogs

Version:
15 lines (14 loc) 369 B
<!doctype html> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>{% block title %}{% endblock %}</title> {%- block head %}{% endblock %} <header> <h1>{{ blog.title }}</h1> </header> <main> {%- filter blockIndent %} {% block main %}{% endblock %} {% endfilter -%} </main> <footer>{{ blog.copyright | safe }}</footer>