{% load wagtailimages_tags wagtailcore_tags %} {% block meta_description %} {% if self.search_description %} {{ self.search_description }} {% else %} {{ self.content|striptags|truncatechars:250 }} {% endif %} {% endblock %} {% block fb_meta_tags %} {% if self.image %} {% else %} {% endif %} {% endblock %} {% block twitter_meta_tags %} {% if self.image %} {% else %} {% endif %} {% endblock %}

{{ self.title }}

{{ blog.author.first_name }} {{ blog.author.last_name }} | {{ self.date|date:"n/j/y" }}

{% image self.image max-400x400 %} {{ self.content|richtext }}
facebook linkedin twitter
{% include 'fragments/tags.html' with blog_post=self %} {% include 'fragments/related.html' with blog_post=self %}