Skip to content

Instantly share code, notes, and snippets.

@studiorooster
Created May 5, 2015 18:24
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 studiorooster/e118e6bd11c849b6a0c7 to your computer and use it in GitHub Desktop.
Save studiorooster/e118e6bd11c849b6a0c7 to your computer and use it in GitHub Desktop.
<div class="col-md-6">
{% if app.request.get('_route') == 'how_we_think' %}
<div class="logo"><img src="{{ asset('ciw/images/logo_blue.png') }}"></div>
{% else %}
<div class="logo"><img src="{{ asset('ciw/images/logo_blue.png') }}"></div>
{% endif %}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment