Skip to content

Instantly share code, notes, and snippets.

@coreymcmahon
Created May 2, 2012 12:38
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 coreymcmahon/2576271 to your computer and use it in GitHub Desktop.
Save coreymcmahon/2576271 to your computer and use it in GitHub Desktop.
Twig template that inherits from another within the Bundle - http://www.symfonycentral.com
{% extends 'MyCompanyBlogBundle::layout.html.twig' %}
{% block title %}{{ article.title }}{% endblock %}
{% block content %}
{{ article.body }}
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment