assign ids over chunks
[librarian.git] / src / librarian / elements / front / motto_podpis.py
index decbff3..4b2ee0d 100644 (file)
@@ -2,4 +2,9 @@ from ..base import WLElement
 
 
 class MottoPodpis(WLElement):
-    pass
+    SHOULD_HAVE_ID = True
+    HTML_TAG = "p"
+    EPUB_CLASS = HTML_CLASS = "motto_podpis"
+
+    EPUB_TAG = "div"
+