mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 08:48:13 +00:00
8 lines
214 B
HTML
8 lines
214 B
HTML
{% extends 'layout.html' %}
|
|
|
|
{% block body %}
|
|
<div class="container is-fluid" style="padding-top: 20px;">
|
|
<div id="table" class="table"></div>
|
|
</div>
|
|
<script src="/static/js/job_table.js"></script>
|
|
{% endblock %} |