Created
August 5, 2011 21:09
-
-
Save catchamonkey/1128535 to your computer and use it in GitHub Desktop.
calls.html.twig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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