All Downloads are FREE. Search and download functionalities are using the official Maven repository.

quick-start.templates.form.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
{% extends "./layout.html" %}

{% block sectionClasses %}form_page{% endblock %}
{% block meta_title %}Spincast Quick Start{% endblock %}
{% block meta_description %}Spincast Quick Start Application{% endblock %}

{% block scripts %}



{% endblock %}

{% block body %}

What is your name? :
{% if greetings is not empty %}
{{greetings}}

<< back

{% endif %}
{% endblock %}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy