Created
November 15, 2018 14:27
-
-
Save robpataki/0207bebd35f616de02d6fee6c92289ad to your computer and use it in GitHub Desktop.
Nunjucks snippets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{# Conditionally render inline CSS class #} | |
<div class="govuk-grid-row {{ 'govuk-!-margin-top-9' if not(showBackButton) else 'govuk-!-margin-top-3' }}"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment