diff --git a/lib/src/html/templates.dart b/lib/src/html/templates.dart
index 2b929c3f6d..f696adaa17 100644
--- a/lib/src/html/templates.dart
+++ b/lib/src/html/templates.dart
@@ -60,9 +60,9 @@ const _requiredTemplates = [
'typedef.html',
];
-const String _headerPlaceholder = '';
-const String _footerPlaceholder = '';
-const String _footerTextPlaceholder = '';
+const String _headerPlaceholder = '{{! header placeholder }}';
+const String _footerPlaceholder = '{{! footer placeholder }}';
+const String _footerTextPlaceholder = '{{! footer-text placeholder }}';
Future