templates.demos.helloWorld.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 "../demos.html" %}
{% block subSectionClasses %}demo_hello_world {% block demoSectionClasses %}{% endblock %}{% endblock %}
{% block meta_title %}Demo - Hello World{% endblock %}
{% block meta_description %}Hello World demo using Spincast{% endblock %}
{% block subBody %}
"Hello World!" tutorials
{#==========================================
demoBody block
==========================================#}
{% block demoBody %}{% endblock %}
{% endblock %}