--- layout: page tagline: --- {% for post in paginator.posts %}
{% if post.fullview %} {{ post.content }} {% else %} {% if post.shortinfo %} {{ post.shortinfo }} {% elsif post.description %} {{ post.description }} {% else %} {{ post.excerpt }} {% endif %} {% endif %}
{% endfor %}