18F/web-design-standards

View on GitHub
packages/templates/usa-create-account/usa-create-account.twig

Summary

Maintainability
Test Coverage
{% embed "@templates/usa-base/_base.twig" with { 'lang': lang } %}
  {% block body %}
    {% include "@templates/usa-create-account/_usa-create-account-inner.twig" %}
  {% endblock %}
{% endembed %}