SNIPS
    {% if is_granted("IS_AUTHENTICATED_REMEMBERED") %}
  • My snips
  • New snip
  • {% endif %}
  • Public snips
    {% if app.environment == 'dev' %}
  • dev  
  • {% endif %} {% if is_granted("IS_AUTHENTICATED_REMEMBERED") %} Logged in as
  • {{ app.user.username }}
  • Logout
  • {% else %}
  • Login
  • Register
  • {% endif %}