Skip to content
Snippets Groups Projects
Commit e3da7b56 authored by Michael Lee's avatar Michael Lee
Browse files

separate item components to prevent field render errors

parent 5cda1039
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
<div class="carousel-inner" role="listbox"> <div class="carousel-inner" role="listbox">
{%- for item in items -%} {%- for item in items -%}
<div class="item{% if loop.first %} active{% endif %}"> <div class="item{% if loop.first %} active{% endif %}">
{{ item }} <div{{ item.attributes }}>{{ item.content }}</div>
<!--<div class="carousel-caption"> <!--<div class="carousel-caption">
... ...
</div>--> </div>-->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment