{% extends "site.html" %} {% import "post_macros.html" as post_macros %} {% block header %} Hey, I'm {{ config.extra.zenn_title }} • I am a developer I consume coffee I build & break applications • Projects Me around the web About {% endblock header %} {% block body %} {{ section.content | safe }} {% endblock body %}