styleguide/templates/styleguide_fullpage_examples/footer.html

Summary

Maintainability
Test Coverage
{% extends "styleguide_fullpage_example.html" %}

{% block body %}
{# BEGIN SNIPPET #}
<body>
  {% include '_footer.html' %}
</body>
{# END SNIPPET #}
{% endblock %}