{% list_stories as stories_list limit=6 tags="rotator" quality="90" %} {% for story in stories_list %}

{% blocktrans with t=story.title %}{{ t }}{% endblocktrans %}

{% blocktrans with c=story.content|striptags|truncatewords_html:"32" %}{{ c }}{% endblocktrans %}

{% trans 'Read More' %}

{% if story.image %}
image for {{ story.title }}
{% endif %}
{% endfor %}

{% trans 'A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera' %} {% blocktrans %}
Well done! You successfully read this important alert message.
Heads up! This alert needs your attention, but it's not super important.
Warning! Best check yo self, you're not looking too good.
Oh snap! Change a few things up and try submitting again.
{% endblocktrans %}
{% trans '60% Complete' %}
40% Complete (success)
20% Complete
60% Complete (warning)
80% Complete (danger)
35% Complete (success)
20% Complete (warning)
10% Complete (danger)
  • Cras justo odio
  • Dapibus ac facilisis in
  • Morbi leo risus
  • Porta ac consectetur ac
  • Vestibulum at eros

Panel title

Panel content

Panel title

Panel content

Panel title

Panel content

Panel title

Panel content

Panel title

Panel content

Panel title

Panel content

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed diam eget risus varius blandit sit amet non magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Cras mattis consectetur purus sit amet fermentum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur.

{% box 6 %} {% list_events as events_list limit=1 %}

Featured EventDynamically add new events to your homepage from your event calendar!

{% if events_list %} {% for event in events_list %} {% if event.image %} {{ event.title }} {% endif %}

{{ event.start_dt|date:"F d, Y" }}

{{ event.title }}

{% for speaker in event.speakers %}

{{ speaker.name }}

{% endfor %}

{{ event.description|striptags|truncatewords:"30"|safe }}

Read More »

{% endfor %} {% else %}

Add an Event Today to See Something Here

{% now "F d, Y" %}

This is example of what your event description will look like. Start adding Events to start adding your own content today!

{% if request.user.is_authenticated %}

Display your next upcoming event right on your homepage. Once you add your first event, this area will be replaced by that information. Don't forget to add an evennt photo!

{% endif %}

Read More »

{% endif %} {% list_jobs as jobs_list limit=4 %} {% for job in jobs_list %}

{{ job.title }} »

{{ job.location }}

{% empty %}

{% if user.profile.is_superuser %}{Add your first job{% else %}Great New Job{% endif %}

Houston: A new job opening is available...

{% endfor %} {% list_photos as photos_list limit=6 random=True %}