Added content header adapter
authorThierry Florac <tflorac@ulthar.net>
Fri, 13 Nov 2020 13:31:59 +0100
changeset 533 6ad33b7488b7
parent 532 717f4480b5c6
child 534 7d485d40eec3
Added content header adapter
src/pyams_default_theme/interfaces.py
--- 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"""