{#
Wiki Administrators should use a copy of this template to customize a wiki.
See https://moin-20.readthedocs.org/en/latest/admin/configure.html#using-a-custom-snippets-html-template
#}
{% import theme("utils.html") as utils with context %}
{# Logo in the theme header #}
{% macro logo() -%}
{%- endmacro %}
{# link to favicon inside
This is before moin-header.
#} {%- endmacro %} {# Additional HTML after #moin-header #} {% macro after_header() -%} {%- endmacro %} {# Additional HTML before #moin-footer #} {% macro before_footer() -%} {%- endmacro %} {# Additional HTML after #moin-footer #} {% macro after_footer() -%} {%- endmacro %} {# License information in the footer #} {% macro license_info() -%} {#Copyright © 2014 my.org, contents licensed under ...
#} {%- endmacro %} {# Helper macro to create image links #} {% macro creditlogo(link, logo, alt, title) %}'|safe, end='
'|safe, sep='•'|safe) %} {{ start }} {{ credit('https://moinmo.in/', 'MoinMoin Powered', _('This site uses the MoinMoin Wiki software.')) }} {{ sep }} {{ credit('https://moinmo.in/Python', 'Python Powered', _('MoinMoin is written in Python.')) }} {{ sep }} {{ credit('https://moinmo.in/GPL', 'GPL licensed', 'MoinMoin is GPL licensed.') }} {{ sep }} {{ credit('http://validator.w3.org/check?uri=referer', 'Valid HTML 5', 'Click here to validate this page.') }} {{ end }} {% endmacro %} {% macro footer_meta() %} {% if rev %}{% if cfg.show_interwiki %} {{ cfg.interwikiname }}: {% endif %} {{ item_name }} (rev {{ rev.meta['rev_number'] }}), {{ _("modified") }} {{ rev.meta['mtime']|time_datetime }} {{ _("by") }} {{ utils.editor_info(rev.meta) }} {% if rev.meta['tags'] %} , {{ _("tags:") }} {% for tag in rev.meta['tags'] -%} {{ tag }}{% if not loop.last %}, {% endif %} {%- endfor -%} {%- endif -%}.
{% endif %} {% endmacro %} {# Additional Stylesheets (after theme css, before user css #} {% macro stylesheets() -%} {# #} {%- endmacro %} {# Additional Javascript #} {% macro scripts() -%} {# #} {%- endmacro %} {# Header/Sidebar for topside_cms theme - see docs for tips on customization #} {% macro cms_header() %}