Template engine added

This commit is contained in:
2020-12-28 17:58:59 +01:00
parent d5675a1810
commit de843b47e5
8 changed files with 240 additions and 81 deletions
+5
View File
@@ -0,0 +1,5 @@
<div class="option">
<p class="option-title"><b>{{ MAIN_OPTION_NAME }}</b></p>
<p class="option-description">{{ MAIN_OPTION_DESCRIPTION }}</p>
<p class="option-link-spacer"><br /></p><p class="option-link"><a href="{{ MAIN_OPTION_LINK }}">[ Do it! ]</a></p>
</div>