--- layout: page --- {% assign hero = page.hero %} {% include components/hero.html %}

Welcome to your Federalist site!

This is the Basic Report template that features a single report.

Place your site content under the `pages/` directory.

Look at the theme documentation for more information on how to configure your site.

{% if page.tagline and page.intro %}

{{ page.tagline }}

{{ page.intro | markdownify }}
{% endif %} {% capture _graphics %} {% include graphic-list.html graphics=page.graphics %} {% endcapture %} {% if page.graphics_position != 'after' %}{{ _graphics }}{% endif %}
{{ content }}
{% if page.graphics_position == 'after' %}{{ _graphics }}{% endif %}