Skip to content

Instantly share code, notes, and snippets.

@jameshalsall
Created January 12, 2012 20:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jameshalsall/734947e9118b7765715e to your computer and use it in GitHub Desktop.
Save jameshalsall/734947e9118b7765715e to your computer and use it in GitHub Desktop.
{% extends "::main.html.twig" %}
{% block javascripts %}
{{ parent() }}
{% javascripts '@VhotoAlbumBundle/Resources/public/js/application.album.js' filter="?yui_js" %}
<script src="{{ asset_url }}" type="text/javascript"></script>
{% endjavascripts %}
{% endblock %}
{% block stylesheets %}
{{ parent() }}
{% endblock %}
{% block body %}
{% block content %}{% endblock %}
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment