Experimental class-based conversion now working for TXT and HTML.
[librarian.git] / src / librarian / elements / front / motto.py
1 from ..base import WLElement
2
3
4 class Motto(WLElement):
5     TXT_LEGACY_TOP_MARGIN = 4
6     TXT_LEGACY_BOTTOM_MARGIN = 2
7
8     HTML_TAG = "div"
9     HTML_CLASS = "motto"