Skip to content

Commit

Permalink
Merge pull request #1113 from weather-gov/twig-fix
Browse files Browse the repository at this point in the history
Fix template
  • Loading branch information
greg-does-weather authored Apr 26, 2024
2 parents e82263f + 9f5879e commit 65874ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% if content.body %}
<h3 class="text-primary-dark text-normal"> {{ "Tips to stay safe" | t } </h3>
<h3 class="text-primary-dark text-normal"> {{ "Tips to stay safe" | t }} </h3>
<div class="usa-prose saftey-tips">
{{- content.body | raw -}}
</div>
Expand Down

0 comments on commit 65874ff

Please sign in to comment.