summaryrefslogtreecommitdiff
path: root/src/templates/templates
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/templates')
-rw-r--r--src/templates/templates/banner.ftl6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/templates/templates/banner.ftl b/src/templates/templates/banner.ftl
new file mode 100644
index 0000000..3a2d23b
--- /dev/null
+++ b/src/templates/templates/banner.ftl
@@ -0,0 +1,6 @@
+<#assign bannerResult = get("bannerData", "riap://component/backend/banner")>
+<#if bannerResult.succeeded == true>
+ <#if (bannerData.html!"") != "">
+<div id="banner">${bannerData.html}</div>
+ </#if>
+</#if>