{% extends 'base.html.twig' %} {% block content %} Joe Carstairs' notes These links are collected 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 note in notes[year][month] %} Note {{ note.slug }} Added: {{ note.publishedDate.format('j F Y') }} {% apply markdown_to_html %} {{ note.content|markdown_to_html|striptags('')|html_to_markdown }} {% endapply %} {% endfor %} {% endfor %} {% else %} I have no notes. {% endfor %} {% endblock %}
These links are collected by Joe Carstairs .
Permalink
Added: {{ note.publishedDate.format('j F Y') }}
')|html_to_markdown }} {% endapply %}
I have no notes.