Skip to content

Instantly share code, notes, and snippets.

{% 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 %}
@AsaAyers
AsaAyers / Base Layout
Created August 6, 2011 22:04 — forked from catchamonkey/Base Layout
base.html.twig
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{% block title %}Welcome!{% endblock %}</title>
{% block stylesheet_block %}
{% stylesheets
'@SedlmayrReportsBundle/Resources/public/css/styles.css'
'@SedlmayrReportsBundle/Resources/public/css/reset.css'
%}