{% extends "base.html" %} {% block content %}

Live demo

{% block demo %} {{ datatable }} {% endblock demo %}

Description

{% block description %} {{ description|safe|linebreaks }} {% endblock description %}

Implementation in code

{% block implementation %}
        {{ implementation|safe }}
        
{% endblock implementation %} {% endblock content %}