Files @ 1759a07630a8
Branch filter:

Location: symposion_app/pinaxcon/templates/cms_pages/home_page_blocks/keynotes.html

Nick Seidenman (N6)
A few mods to be able to use the runserver site for debugging. We'll back these out once the real
(via apache) site is up and running.
<div class="panel panel__compact panel__first">
  <div class="panel--content">
    <div class="panel--1-3"></div>
    <div class="panel--2-3">
      <h2 class="panel--section-title">{{ value.heading }}</h2>
    </div>
  </div>
</div>

{% for speaker in value.speakers %}
  {% include "cms_pages/home_page_blocks/keynote_speaker.html" with value=speaker %}
{% endfor %}