aboutsummaryrefslogtreecommitdiffstats
path: root/app/partials/partial2.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/partials/partial2.html')
-rw-r--r--app/partials/partial2.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/partials/partial2.html b/app/partials/partial2.html
new file mode 100644
index 0000000..b6503ee
--- /dev/null
+++ b/app/partials/partial2.html
@@ -0,0 +1,5 @@
+<p>This is the partial for view 2.</p>
+<p>
+ Showing of 'interpolate' filter:
+ {{ 'Current version is v%VERSION%.' | interpolate }}
+</p>