Skip to content

Instantly share code, notes, and snippets.

@rohitashv
rohitashv / index.html.twig
Created July 31, 2012 12:07
getting error that a template that extends can not have body
<!-- src/Ensl/JobeetBundle/Resources/views/Job/index.html.twig -->
{% extends 'EnslJobeetBundle::layout.html.twig' %}
{% block stylesheets %}
{{ parent() }}
<link rel="stylesheet" href="{{ asset('bundles/ensljobeet/css/jobs.css') }}" type="text/css" media="all" />
{% endblock %}
{% block content %}
<h1>Job list</h1>