{% extends "base.html" %} {% block title %}{{ page.title | markdown | striptags | trim }}{% endblock %} {% block description %}{{ page.description }}{% endblock %} {% block metadata %} {% endblock %} {% block content %}

{{ page.title | markdown(inline=true) | safe }}

Brian Hicks{% if page.date %}, {{ page.date | date(format="%B %-d, %Y") }}{% endif %}

{{ page.content | safe }}
{% if "project" in page.extra and "thing-a-month" in page.extra["project"] -%} {% include "convertkit-thing-a-month.html" %} {%- endif %} {% endblock %}