src/pyams_default_theme/interfaces.py
changeset 533 6ad33b7488b7
parent 461 0aebe2d107ac
--- a/src/pyams_default_theme/interfaces.py	Fri Nov 13 13:30:18 2020 +0100
+++ b/src/pyams_default_theme/interfaces.py	Fri Nov 13 13:31:59 2020 +0100
@@ -31,6 +31,10 @@
     """Content date interface"""
 
 
+class IContentHeader(Interface):
+    """Content header interface"""
+
+
 class IContentBannerIllustration(Interface):
     """Content banner illustration adapter interface"""