{% extends "base.html" %} {% block title %} {{ page.title }} {% endblock %} {% block extra_head %} <link rel="stylesheet" href="/style/article.css"> {% endblock %} {% block content %} <div class="article"> <h1><a href="{{ page.permalink }}">{{ page.title }}</a><span class="home-link">[ <a href="/">homepage</a> ]</span></h1> {{ page.content | safe }} <hr> <p><a href="mailto:jack@jackbondpreston.me">email me</a> to have a conversation</p> </div> {% endblock content %}