forked from rc/aircox
work on player: integrate vuejs + noscript; remove TemplateMixin for Component and ExposedData; rewrite most of the player; clean up files; do lot of other things
This commit is contained in:
11
aircox_cms/templates/aircox_cms/sections/link_list.html
Executable file
11
aircox_cms/templates/aircox_cms/sections/link_list.html
Executable file
@ -0,0 +1,11 @@
|
||||
{% extends "aircox_cms/sections/item.html" %}
|
||||
{% load wagtailimages_tags %}
|
||||
{% load aircox_cms %}
|
||||
|
||||
{% block content %}
|
||||
{% for item in self.links.all %}
|
||||
{% render_template_mixin item %}
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
|
||||
|
Reference in New Issue
Block a user