Experimental class-based conversion now working for TXT and HTML.
[librarian.git] / src / librarian / elements / front / motto_podpis.py
index decbff3..58fc9db 100644 (file)
@@ -2,4 +2,6 @@ from ..base import WLElement
 
 
 class MottoPodpis(WLElement):
-    pass
+    HTML_TAG = "p"
+    HTML_CLASS = "motto_podpis"
+