{% from '_includes/_defaults.html' import SITE_LICENSE with context %}
{% if SITE_LICENSE %}
{{ SITE_LICENSE }}
{% endif %}
{% from '_includes/_defaults.html' import SITESUBTITLE with context %}
{% if SITESUBTITLE %}
{{ SITENAME }} - {{ SITESUBTITLE }}
{% endif %}
{% if AMAZON_ONELINK or AMAZON_BESTAZON %}
{{ SITENAME }} is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com.
{% endif %}
{% if AMAZON_ONELINK %}
{% endif %}
Powered by: Pelican
Theme: Elegant
{% if HOSTED_ON and HOSTED_ON.name %}
Hosted on:
{% if HOSTED_ON.url %}
{{ HOSTED_ON.name }}
{% else %}
{{ HOSTED_ON.name }}
{% endif %}
{% endif %}