Hello together,
my Problem is, i made a lading page (via plugin) and put in some html code.
In the pluginfile the template to use/render is defined as follow:
OW::getDocument()->getMasterPage()->setTemplate(OW::getThemeManager()->getMasterPageTemplate(OW_MasterPage::TEMPLATE_BLANK));
So, the master_pages->blank.html will be used (together with my landing_index.html, where my html code is)
But i need my completely OWN html code, especiallly my own doctype and closing html/body tags and without any oxwall JavaScript CSS or code! (THATS REALLY IMPORTANT!)
I wanne create a lightweight index/landingpage with modern html5 doctype, clean and fast loading, with my very own code.
So, how to do this?