Sample Story {{ forloop.counter }}
Great new content. {% if request.user.is_authenticated %}Add your first story to take the place of this photo. Be sure to tag it rotator so that it shows up in this area.{% endif %}
Sample {{ forloop.counter }}{% comment %} Salonify Theme - homepage.html {% endcomment %} {% load base_filters %} {% load base_tags %} {% load cache %} {% load story_tags %} {% load theme_tags %} {% load i18n %} {% theme_extends 'base.html' %} {% block extra_head %} {{ block.super }} {% endblock extra_head %} {% block body_ids %}home{% endblock body_ids %} {% block body_classes %}home{% endblock body_classes %} {% block html_body %}
{{ story.content|striptags|truncatewords:"16"|safe }} Read more
{{ story.title|truncatewords:"1"|slice:"-4" }}Great new content. {% if request.user.is_authenticated %}Add your first story to take the place of this photo. Be sure to tag it rotator so that it shows up in this area.{% endif %}
Sample {{ forloop.counter }}