{% for blog in blogList %}

{% set headUrl = "/img/logo_64x64.png" %} {% if blog.head %} {% set headUrl = blog.head %} {% endif %} {{ blog.author }}

  • {{ blog.author }}
  • {{ blog.date | date("Y-m-d")}}
  • {% if attribute(blog.category, 0) %} {% for category in blog.category %} {{ category.name }} {% endfor %} {% endif %}
  • {% if attribute(blog.tags, 0) %} {% for tag in blog.tags %} {{ tag.name }} {% endfor %} {% endif %}

{{ blog.title }}

{{ blog.summary | raw }}

{% endfor %}