GSA/christopher

View on GitHub
_layouts/page.html

Summary

Maintainability
Test Coverage
---
layout: base
description: >
  This layout should be used on most pages. It simply wraps the content in a USWDS container (usa-grid).
---

<div class="usa-grid">
  {{ content }}
</div>