{% from './macros.html' import blog_card %}
{{blog.title}}
{% include 'seo_tags_listings.html' %}
{% include "navlinks.html" %}
{% include "intro.html" %}
{{blog_card(pages)}}
{% include "sidebar.html" %}
{% include "javascript.html" %}