Skip to content

Instantly share code, notes, and snippets.

@catchamonkey
Created August 5, 2011 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save catchamonkey/1128535 to your computer and use it in GitHub Desktop.
Save catchamonkey/1128535 to your computer and use it in GitHub Desktop.
calls.html.twig
{% extends "::base.html.twig" %}
{% stylesheets
'@SedlmayrReportsBundle/Resources/public/css/listReport.css'
%}
<link href="{{ asset_url }}" type="text/css" rel="stylesheet" />
{% endstylesheets %}
{% block body %}
<section>
<h4>Calls Report</h4>
</section>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment