composite c1 cms page titles no longer displaying?
I've just started using composite c1 cms - I set up a site based on the
razor / bootstrap example which was working fine but now for some reason
the page titles are not displaying.
Instead the markup that is produced is as follows:
<c1marker:marker
xmlns:c1marker="http://www.composite.net/ns/asp.net/controls"
key="[Composite.Function.Render.Asp.Net.Control.0]">
I'm calling a page template feature from a layout called title of page:
@PageTemplateFeature("Title of page")
The code in this feature is as follows:
<html xmlns:f="http://www.composite.net/ns/function/1.0"
xmlns="http://www.w3.org/1999/xhtml">
<head></head>
<body>
<div class="title">
<h1>
<f:function name="Composite.Web.Html.Template.HtmlTitleValue"
/> 
</h1>
</div>
</body>
Any help would be gratefully appreciated!
No comments:
Post a Comment