Skip to content

Instantly share code, notes, and snippets.

@lnazarit
Created April 12, 2016 14:45
Show Gist options
  • Save lnazarit/080c7be9e687cd9fdeeeb5223880442e to your computer and use it in GitHub Desktop.
Save lnazarit/080c7be9e687cd9fdeeeb5223880442e to your computer and use it in GitHub Desktop.
{% if target.name == "Registrados" %}
<p>Enorabuena, aquí podemos colocar un mensaje o diseño para los que tengan el target "Registrados"</p>
{% else %}
<p>Aquí el diseño para todo el resto de usuarios</p>
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment