Default Blank Page Template

Jump to solution
alex_papish
Community Member

Hi everyone,

I'm working on school templates, and we need any blank page to include specific HTML code automatically:

<div id="dp-wrapper" class="dp-wrapper dp-show-title">
<p>Test</p>
</div>

Is it possible to configure that?

Thank you!

0 Likes
1 Solution
james_whalley
Community Coach
Community Coach

I think you may be able to use javascript to determine when a page is being created and have the code injected into the rich content editor. I am not sure what the specific code would be, but if you have someone who can code, you could then put that custom .js file into the account theme.

View solution in original post