templates.demos.httpAuthProtectedPage.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 "../layout.html" %}
{% block sectionClasses %}demo_http_auth_protected{% endblock %}
{% block meta_title %}Demo - HTTP Authentication - Protected page{% endblock %}
{% block meta_description %}HTTP authentication protected page demo{% endblock %}
{% block body %}
{% endblock %}