{% if showToolbar %}
  • Demo
  • Copy&Paste
  • {% if javascriptcode %}
  • JavaScript
  • {% endif %}{% if htmlcode %}
  • HTML
  • {% endif %}{% if csscode %}
  • CSS
  • {% endif %}
{% endif %} {% block header %}{% endblock %}
 
Copy to clipboard

To run the demo in your own environment, copy and paste the full source into an editor and open it in a browser.

{% if javascriptcode %}
Copy to clipboard
{% if javascriptlabel %}

{{ javascriptlabel|safe }}

{% endif %}
{% if javascriptcontent %}{{ javascriptcontent|safe }}{% endif %}
				{{ javascriptcode }}
			
{% endif %} {% if htmlcode %}
Copy to clipboard
{% if htmllabel %}

{{ htmllabel|safe }}

{% endif %}
{% if htmlcontent %}{{ htmlcontent|safe }}{% endif %}
				{{ htmlcode }}
			
{% endif %} {% if csscode %}
Copy to clipboard
{% if csslabel %}

{{ csslabel|safe }}

{% endif %}
{% if csscontent %}{{ csscontent|safe }}{% endif %}
				{{ csscode }}
			
{% endif %}