Skip to content

Instantly share code, notes, and snippets.

@shackep
Created June 10, 2016 13:21
Show Gist options
  • Save shackep/70bcd36bf3315bfaff6ae9869fcffaf5 to your computer and use it in GitHub Desktop.
Save shackep/70bcd36bf3315bfaff6ae9869fcffaf5 to your computer and use it in GitHub Desktop.
Twig Basics Example 1
{% extends "base.html" %}
{# This extends Base #}
{% block content %}
<h2>LOL</h2>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment