Render loaded HTML pages
[Sone.git] / src / main / resources / templates / linked / html-page.html
diff --git a/src/main/resources/templates/linked/html-page.html b/src/main/resources/templates/linked/html-page.html
new file mode 100644 (file)
index 0000000..e60fb9e
--- /dev/null
@@ -0,0 +1,6 @@
+<span class="linked-element loaded" title="<%link|html>">
+       <a class="html-page" href="/<% link|html>">
+               <div class="heading"><% title|html></div>
+               <div class="description"><% description|html></div>
+       </a>
+</span>