{% include top.html %} {% capture homepage %}http://people.apache.org/~{{ page.author }}{% endcapture %}
{% include header.html %}

{{ page.title }}

{% capture discard %} {% for c in site.data.contributors %} {% if c.apacheId == page.author %} {% assign author_name = c.name %} {% if c.homepage %} {% assign homepage = c.homepage %} {% else %} {% capture homepage %}http://github.com/{{ c.githubId }}{% endcapture %} {% endif %} {% if c.avatar %} {% assign avatar = c.avatar %} {% else %} {% capture avatar %}http://github.com/{{ c.githubId }}.png{% endcapture %} {% endif %} {% endif %} {% endfor %} {% endcapture %}{% assign discard = nil %}
Published {{ page.date | date_to_string }}
By {{ author_name }} ({{ page.author }})
{{ content }} {% include footer.html %}