Skip to content

Commit

Permalink
Added render_footer
Browse files Browse the repository at this point in the history
  • Loading branch information
73616e646572 committed Nov 5, 2024
1 parent 9ff5605 commit 0a8cfa6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion web/macros.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,7 @@
</tr>
</tfoot>
</table>
{% endmacro %}
{% endmacro %}

{% macro render_footer() %}
{% endmacro %}
2 changes: 1 addition & 1 deletion web/page.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<section id="simple-grid-page">
{{ macros.render_header("Centre for Digital Humanities", "FAIR Dashboard") }}
{{ macros.render_table(repos) }}
{{ macros.render_footer() }}

</section>
</body>

Expand Down

0 comments on commit 0a8cfa6

Please sign in to comment.