From f7a5c7c78c6dcf3dcb3b81efbedc9a333df49fb7 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Tue, 14 May 2013 14:24:27 -0500 Subject: Fully working context hooks, both template/view and global level, with tests Needs documentation though... that's coming next :) This commit sponsored by Luca Tius. Thanks Luca! --- .../testplugins/modify_context/templates/contextplugin/general.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mediagoblin/tests/testplugins/modify_context/templates/contextplugin/general.html (limited to 'mediagoblin/tests/testplugins/modify_context/templates/contextplugin/general.html') diff --git a/mediagoblin/tests/testplugins/modify_context/templates/contextplugin/general.html b/mediagoblin/tests/testplugins/modify_context/templates/contextplugin/general.html new file mode 100644 index 00000000..7b7261c6 --- /dev/null +++ b/mediagoblin/tests/testplugins/modify_context/templates/contextplugin/general.html @@ -0,0 +1,4 @@ +General page! + +global thing: {{ global_append }} +lol: {{ lol }} -- cgit v1.2.3