diff --git a/src/templates/pad.html b/src/templates/pad.html
index 15fd45e2..ed1332a7 100644
--- a/src/templates/pad.html
+++ b/src/templates/pad.html
@@ -42,7 +42,11 @@
<% e.begin_block("styles"); %>
+
+ <% e.begin_block("customStyles"); %>
+ <% e.end_block(); %>
+
<% e.end_block(); %>
@@ -347,7 +351,9 @@
+ <% e.begin_block("customScripts"); %>
+ <% e.end_block(); %>