{% blocktrans with t=story.title %}{{ t }}{% endblocktrans %}
{% blocktrans with c=story.content|striptags|truncatewords_html:"32" %}{{ c }}{% endblocktrans %}
{% trans 'Buttons' %}
{% trans 'Thumbnails' %}
{% trans 'Dropdown menus' %}
{% trans 'Navbars' %}
Alerts
{% trans 'Progress bars' %}
List groups
- Cras justo odio
- Dapibus ac facilisis in
- Morbi leo risus
- Porta ac consectetur ac
- Vestibulum at eros
List group item heading
Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.
List group item heading
Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.
List group item heading
Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.
Panels
Panel title
Panel title
Panel title
Panel title
Panel title
Panel title
Wells
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 Example
Events
Featured EventDynamically add new events to your homepage from your event calendar!
{% if events_list %} {% for event in events_list %} {% if event.image %}{{ event.start_dt|date:"F d, Y" }}
{{ event.title }}
{% for speaker in event.speakers %}{{ speaker.name }}
{% endfor %}{{ event.description|striptags|truncatewords:"30"|safe }}
{% 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 %} {% endif %}Directories Example
-
{% list_directories as directories_list limit=3 tags="featured" %}
{% for directory in directories_list %}
-
{{ directory.headline }}
{% endfor %}
Jobs Example
{{ 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 %}Photos Example
Video Example
-
{% list_videos as videos_list limit=1 tags="featured" %}
{% for video in videos_list %}
- {{ video|video_embed:"500" }} {% endfor %}