Socialify

Folder ..

Viewing home.html
10 lines (10 loc) • 268.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
{% extends "partials/_base.html" %} {% block body %}
<pre>
Theme Information:
------------------
Name: {{ THEME_CONFIG.name }}
Description: {{ THEME_CONFIG.description }}
Version: {{ THEME_CONFIG.version }}
Author: {{ THEME_CONFIG.author }}
</pre>
{% endblock body %}