{% load base_filters %} {% load base_tags %} {% load theme_tags %} {% load photo_tags %} {% load box_tags %} {% load news_tags %}
{% box 11 %}

Our Photos

{% list_photos as photos_list limit=12 random=True %}

View More Photos »

Latest News

{% list_news as news_list limit=2 %} {% for news_item in news_list %}

{{ news_item.headline }}

{{ news_item.summary|striptags|safe|truncatewords:"10" }}

{% endfor %}

View More News »