I am looking to design custom templates for a couple of entries. The plan is to setup some sort of input field on the publish page itself which allows me to either select or specify a particular html template ( from template group “custom_templates”) and a custom css file (custom_stylesheet template group).
Can you kind folks think of a painless way to implement this? Here is what my code looks like now:
embed="embeds/html_header" url_title="{segment_3}" title="Our Photo Stories"}
{embed="custom_stylesheets/{custom_stylesheet}"}
</head>
<body id="stories_main" class="page">
{embed="custom_templates/{custom_template}"}
</body>
</html>Do I need some sort of global early parsing variables?