Experimental class-based conversion now working for TXT and HTML.
[librarian.git] / src / librarian / elements / front / motto.py
index fd81220..98c7334 100644 (file)
@@ -4,3 +4,6 @@ from ..base import WLElement
 class Motto(WLElement):
     TXT_LEGACY_TOP_MARGIN = 4
     TXT_LEGACY_BOTTOM_MARGIN = 2
+
+    HTML_TAG = "div"
+    HTML_CLASS = "motto"