{% extends 'default.html' %} {% set active_page = "developer" %} {% block title %} Developer - Create new app {% endblock %} {% block default_content %}

Create new app

An app can be a website, a SPA webapp or a mobile application

Let's get started integrating SimpleLogin into your app!
{{ form.csrf_token }}
{{ form.name(class="form-control", placeholder="Usually your product name, e.g. my-super-app.com") }} {{ render_field_errors(form.name) }}
{% endblock %}