{% import "lib/githubLinks.html" as github -%} {% set relativePath = doc.fileInfo.relativePath %} {% if doc.title %}{$ ('# ' + doc.title.trim()) | marked $}{% endif %} {% if '/' in relativePath or 'docs.md' in relativePath %} {% endif %} {% block content %}
{$ doc.description | marked $} {% if doc.reviewed %}
Last reviewed on {$ doc.reviewed.date.toDateString() $}
{% endif %}
{% endblock %}