templates.demos.htmlForms.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_html_forms {% block demoSectionClasses %}{% endblock %}{% endblock %}
{% block meta_title %}Demo - HTML Forms{% endblock %}
{% block meta_description %}HTML Forms with validation demo using Spincast{% endblock %}
{% block subBody %}
Forms & Validation demos
{#==========================================
demoBody block
==========================================#}
{% block demoBody %}{% endblock %}
{% endblock %}