diff --git a/templates/layout.html b/templates/layout.html index 7a58b5e..9c7bc34 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -84,16 +84,20 @@ ga('send', 'pageview'); + {# This method is provided by a custom plugin found in /packages/lektor_pybee_plugin/ #} + {% if is_alt_content_available('hello') %} + {% endif %} + {% if is_alt_content_available(this) %}
+ {% endif %}