{%- from "components/tagList.njk" import tagList with context -%}

{{ title }}

{%- if author -%} {{ author }} {%- endif -%} {%- if date and not omitMetadata -%} {{ date | formatDate("MMMM D, YYYY") }} {%- endif -%} {# {%- if tags -%} #} {{ tagList(tags.slice(1)) }} {# {%- endif -%} #}