Skip to content

Instantly share code, notes, and snippets.

@AsaAyers
Forked from catchamonkey/Call List Template
Created August 6, 2011 22:05
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 AsaAyers/1129802 to your computer and use it in GitHub Desktop.
Save AsaAyers/1129802 to your computer and use it in GitHub Desktop.
calls.html.twig
{% extends "::base.html.twig" %}
{% block stylesheet_block %}
{{ parent() }}
{% stylesheets
'@SedlmayrReportsBundle/Resources/public/css/listReport.css'
%}
<link href="{{ asset_url }}" type="text/css" rel="stylesheet" />
{% endstylesheets %}
{% endblock %}
{% 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