diff options
Diffstat (limited to 'backend/ikistrap/templates/carouselpage.tmpl')
-rw-r--r-- | backend/ikistrap/templates/carouselpage.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/ikistrap/templates/carouselpage.tmpl b/backend/ikistrap/templates/carouselpage.tmpl new file mode 100644 index 0000000..78d9754 --- /dev/null +++ b/backend/ikistrap/templates/carouselpage.tmpl @@ -0,0 +1,5 @@ +<div class="carousel-item<TMPL_IF FIRST> active</TMPL_IF>"> + <div class="carousel-page"> + <TMPL_VAR CONTENT> + </div> +</div> |