Skip to content

Instantly share code, notes, and snippets.

@shackep
Last active June 10, 2016 14:44
Show Gist options
  • Save shackep/c1a75ec95a1ec2a4b048cd9d7c144e4c to your computer and use it in GitHub Desktop.
Save shackep/c1a75ec95a1ec2a4b048cd9d7c144e4c to your computer and use it in GitHub Desktop.
Twig Basics Example 3
{% block main %}
{% endblock %}
{% block sidebar %}
{% include 'modules/author.html' %}
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment