{% extends "docs/base.html" %} {% block main %} {% markdown %} # Form API Javascript ## Dependencies - generic-form.js ## Usage It's just a HTML component that can be declared using an one liner. Buttons and title are specified server side. ```html ``` {% endmarkdown %} {% endblock %}