Reorganize macros into separate component files
Replace a few old UI Module instances with macros
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% from "components.html" import Alert, Modal, Icon %}
|
||||
{% from "components/icon.html" import Icon %}
|
||||
{% from "components/modal.html" import Modal %}
|
||||
{% from "components/alert.html" import Alert %}
|
||||
|
||||
{% block modal %}
|
||||
{% if g.modalOpen %}
|
||||
|
Reference in New Issue
Block a user