Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {% block sectiontitle %}
- <section id="video-container">
- <div>
- <a href="javascript:;" class="swipe left"></a>
- <a href="javascript:;" class="swipe right"></a>
- </div>
- <ul>
- <li id="asdf01">
- <img src="{{ STATIC_URL }}img/tmp_video.png" alt="" />
- </li>
- <li id="asdf02">
- <img src="{{ STATIC_URL }}img/tmp_video.png" alt="" />
- </li>
- <li id="asdf03">
- <img src="{{ STATIC_URL }}img/tmp_video.png" alt="" />
- </li>
- </ul>
- </section>
- {% endblock %}
- {% endcomment %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement