{% extends "base.html" %}
{% block extrahead %}
  
  
  
  
  
  
  
  
  
{% endblock %}
{% block tabs %}
  {{ super() }}
  
   {{ page.meta.created }} | {{ page.meta.author }}{{ page.meta.title }}
           
  {% endif %}
  
    {% include ".icons/material/rss.svg" %}
  
  {% if "tags" in config.plugins %}
    {% include "partials/tags.html" %}
  {% endif %}
  {% if not "\x3ch1" in page.content %}