Skip to content

Instantly share code, notes, and snippets.

@joanteixi
Last active December 27, 2015 23:19
Show Gist options
  • Save joanteixi/7405576 to your computer and use it in GitHub Desktop.
Save joanteixi/7405576 to your computer and use it in GitHub Desktop.
{% extends "base.html.twig" %}
{% block title "Vista principal" %}
{% block body %}
Hola {{ user.name }}
{% endblock %}
{% block javascripts %}
{% parent %}
<script>alert('hello')</script>
{% endblock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment