{% extends "base.html" %}
{% block title %}Post - {{content.metadata.title}}{% endblock %}
{% block ogtitle %}Post - {{content.metadata.title}}{% endblock %}
{% block twittertitle %}Post - {{content.metadata.title}}{% endblock %}
{% block description %} {{content.metadata.description}} {% endblock %}
{% block ogdescription %} {{content.metadata.description}} {% endblock %}
{% block twitterdescription %} {{content.metadata.description}} {% endblock %}
{% block twitter2description %} {{content.metadata.description}} {% endblock %}
{% block body %}
	{{ content}}
	If you have scrolled this far, consider subscribing to my mailing list here.  You can subscribe to either a specific type of post you are interested in, or subscribe to everything with the "Everything" list. 
	
	
	    Javascript needs to be activated to view comments. 
	 
	
 
{% endblock %}