=========================
Template tags and filters
=========================


.. note::

 In each of the following examples it is understood that you have already loaded the ``bootstrap4``
 template tag library, placing the code below at the beginning of each template in which the ``bootstrap4``
 template tag library will be used. Read the :doc:`installation` and :doc:`quickstart` sections to understand how
 to accomplish this.


bootstrap_form
~~~~~~~~~~~~~~

.. autofunction:: bootstrap4.templatetags.bootstrap4.bootstrap_form


bootstrap_form_errors
~~~~~~~~~~~~~~~~~~~~~

.. autofunction:: bootstrap4.templatetags.bootstrap4.bootstrap_form_errors


bootstrap_formset
~~~~~~~~~~~~~~~~~

.. autofunction:: bootstrap4.templatetags.bootstrap4.bootstrap_formset


bootstrap_formset_errors
~~~~~~~~~~~~~~~~~~~~~~~~

.. autofunction:: bootstrap4.templatetags.bootstrap4.bootstrap_formset_errors


bootstrap_field
~~~~~~~~~~~~~~~

.. autofunction:: bootstrap4.templatetags.bootstrap4.bootstrap_field


bootstrap_label
~~~~~~~~~~~~~~~

.. autofunction:: bootstrap4.templatetags.bootstrap4.bootstrap_label


bootstrap_button
~~~~~~~~~~~~~~~~

.. autofunction:: bootstrap4.templatetags.bootstrap4.bootstrap_button


bootstrap_alert
~~~~~~~~~~~~~~~

.. autofunction:: bootstrap4.templatetags.bootstrap4.bootstrap_alert

buttons
~~~~~~~

.. autofunction:: bootstrap4.templatetags.bootstrap4.bootstrap_buttons


bootstrap_messages
~~~~~~~~~~~~~~~~~~

.. autofunction:: bootstrap4.templatetags.bootstrap4.bootstrap_messages


bootstrap_pagination
~~~~~~~~~~~~~~~~~~~~

.. autofunction:: bootstrap4.templatetags.bootstrap4.bootstrap_pagination


bootstrap_jquery_url
~~~~~~~~~~~~~~~~~~~~

.. autofunction:: bootstrap4.templatetags.bootstrap4.bootstrap_jquery_url


bootstrap_javascript_url
~~~~~~~~~~~~~~~~~~~~~~~~

.. autofunction:: bootstrap4.templatetags.bootstrap4.bootstrap_javascript_url


bootstrap_css_url
~~~~~~~~~~~~~~~~~

.. autofunction:: bootstrap4.templatetags.bootstrap4.bootstrap_css_url


bootstrap_css
~~~~~~~~~~~~~

.. autofunction:: bootstrap4.templatetags.bootstrap4.bootstrap_css


bootstrap_javascript
~~~~~~~~~~~~~~~~~~~~

.. autofunction:: bootstrap4.templatetags.bootstrap4.bootstrap_javascript
