Skip to content

Instantly share code, notes, and snippets.

@rhukster
Created July 18, 2015 21:11
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 rhukster/21452e0db553d0e165a5 to your computer and use it in GitHub Desktop.
Save rhukster/21452e0db553d0e165a5 to your computer and use it in GitHub Desktop.
{% extends 'partials/base.html.twig' %}
{% block content %}
<table>
<tr>
{% for panel in page.content|split('<hr />') %}
<td>{{ panel }}</td>
{% endfor %}
</tr>
</table>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment