{% extends "@templates/site-layout.twig" %}
{% block content %}
  <h2>Blog Page</h2>
  <p>Actual content goes here. (See pages)</p>
{% endblock %}
