templates.demos.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-website Show documentation
Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
{% extends "./layout.html" %}
{% block sectionClasses %}demos hasSubMenu {% block subSectionClasses %}{% endblock %}{% endblock %}
{% block meta_title %}Demos / Tutorials / Showcase{% endblock %}
{% block meta_description %}Demos, tutorials and examples{% endblock %}
{% block body %}
{#==========================================
SubBody block
==========================================#}
{% block subBody %}{% endblock %}
{% endblock %}