Files
NP_CSM_Tool/app/templates/get.html

8 lines
158 B
HTML

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