Skip to content

Instantly share code, notes, and snippets.

@dmouse
Created March 4, 2013 02:55
Show Gist options
  • Save dmouse/5079596 to your computer and use it in GitHub Desktop.
Save dmouse/5079596 to your computer and use it in GitHub Desktop.
Ejemplo de un bloque en twig
{% extends "base.html.twig" %}
{% block content %}
contenido
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment