From bef5efc503cba543850d60fea336c8f54bbcbd00 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf <github.com@daniel-rudolf.de> Date: Sat, 12 Mar 2016 00:18:49 +0100 Subject: [PATCH] Revert "Default theme: Move elements into Twig blocks" This reverts commit a3fa373119c12cae834bcfab758a11b036234c76. At first glance this adds flexibility, but at the moment it is impossible with Twig to ensure the existance of a block. As a result, custom themes may break the plugin. A custom theme should overwrite a plugin's template explicitly. -- GitLab