{% for post in paginator.posts %} {% if post.type == 'text' %}

{{ post.title }}

{{ post.content }} {% elsif post.type == 'photo' %}
{{ post.title }} Zoom Permalink
    {% if post.camera %}
  • Camera: {{ post.camera }}
  • {% endif %} {% if post.apeture %}
  • Apeture: {{ post.apeture }}
  • {% endif %} {% if post.exposure %}
  • Exposure: {{ post.exposure }}
  • {% endif %} {% if post.focal_length %}
  • Focal: {{ post.focal_length }}
  • {% endif %}
{{ post.content }} {% elsif post.type == 'quote' %}

{{ post.title }}

{% if post.source %}

{{ post.source }}

{% endif %} {{ post.content }} {% elsif post.type == 'link' %}