{% for p in section.pages %}
{% if not p.extra.hidden %}
{% set author = "Unknown" %}
{% if p.extra.author is defined %}
{% set author = p.extra.author %}
{% endif %}
{{ p.title }}
{{ p.date }}
{{ p.word_count }}
{% if p.extra.authorLink is defined %}
{{ author }}
{% else %}
{{ author }}
{% endif %}