• {{ post.date.strftime('%B %d, %Y') }}
  • {% if post.category %}
  • {{ post.category.name }}
  • {% endif %} {% for tag in post.tags %}
  • {{ tag.name }}
  • {% endfor %}