--- layout: default ---
{% if page.users %}
Home to {{ page.users }} users
Who authored {{ site.posts | size }} posts
{% else %}
This site has {{ site.posts | size }} posts
{% endif %}

Administered by:

{% if page.author.email %}

Contact:

{{ page.author.email }} {% endif %}
{% if page.title %}

{{ page.title }}

{% endif %} {{ content }}