Files
NP_CSM_Tool/app/templates/get.html

7 lines
132 B
HTML

<!DOCTYPE html>
{% include 'head.html' %}
{% include 'header.html' %}
{% block content %}
{% include 'table.html' %}
{% endblock %}