Skip to content

Instantly share code, notes, and snippets.

@WilCF
Created April 11, 2016 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WilCF/160d2f4ddf78be7373a95b62f3c12f11 to your computer and use it in GitHub Desktop.
Save WilCF/160d2f4ddf78be7373a95b62f3c12f11 to your computer and use it in GitHub Desktop.
<tr>
<th>Postal Code (Zip):</th>
<td>
<span class="street_address_color">
{% if postcode.size == 5 %}
{{postcode}}
{% else %}
{{postcode | prepend:'0'}}
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment