The original and still very useful way to generate a form.
Usage:
{% load uni_form_filters %}
<form class="uniForm" action="post">
{% csrf_token %}
{{ myform|as_uni_form }}
</form>
Creates the <style> and <script> tags needed to initialize the uni-form.
Create a local uni-form/includes.html template if you want to customize how these files are loaded.
Only works with Django 1.3+