{% extends "_layouts/cp" %}
{% set title = 'Schema' %}
{% set selectedSubnavItem = 'schema' %}

{% block content %}
	<iframe
		src="https://giphy.com/embed/13d2jHlSlxklVe"
		width="480"
		height="318"
		frameBorder="0"
		allowFullScreen
	></iframe>
{% endblock %}