Skip to content

Instantly share code, notes, and snippets.

@bndw
bndw / docker_debian.md
Last active November 9, 2023 13:40
How to install an older version of Docker on Debian
@tentacode
tentacode / index.html.twig
Created October 27, 2014 13:51
Calling twig macro dynamically with twig "attribute" method
{% import 'macro.html.twig' as macro %}
{{ attribute(macro, 'type_1', 'Foobar') }} {# <p>Type One Foobar</p> #}
{{ attribute(macro, 'type_2', 'Barfoo') }} {# <p>Type Two Barfoo</p> #}