{% extends 'base.html.twig' %} {% block content %} Joe Carstairs' blog This blog is written by Joe Carstairs . Permalink {% if years %} Skip to: {% for year in years %} {{ year }} {% endfor %} {% endif %} {% for year in years %} {{ year }} Skip to: {% for month in months[year] %} {{ monthNames[month] }} {{ year }} {% endfor %} {% for month in months[year] %} {{ monthNames[month] }} {% for post in posts[year][month] %} {{ post.title }} Added: {{ post.publishedDate.format('j F Y') }} {% if post.updatedDate %} Updated: {{ post.updatedDate.format('j F Y') }} {% endif %} {% apply markdown_to_html %} {{ post.description|markdown_to_html|striptags('')|html_to_markdown }} {% endapply %} {% endfor %} {% endfor %} {% else %} I have no blog posts. {% endfor %} {% endblock %}
This blog is written by Joe Carstairs .
Permalink
Added: {{ post.publishedDate.format('j F Y') }}
Updated: {{ post.updatedDate.format('j F Y') }}
')|html_to_markdown }} {% endapply %}
I have no blog posts.