asp.net mvc - Umbraco Template not rendering in content page -


i'm creating content page in umbraco , have created document type , template. content page not show mark-up, shows empty page.

please me. below code , description of steps:

  1. created template ubase

    @inherits umbraco.web.mvc.umbracotemplatepage @{     layout = null; } <!doctype html>    <html class="no-js nonlegacyie" lang="en">  <!--<![endif]-->     <head>               </head>     <body class="@viewbag.bodytagclass">         @renderbody()                  @rendersection("scripts", required: false)     </body> </html> 
  2. created document type content no custom property, uses ubase described below:

    enter image description here
    enter image description here

  3. next m creating content clicking content > create item under content > content.

issue when publish , preview page not show anything. page behind mark-up doesn't have anything, not single tag.

please have spent time still no luck :(

edit: here content page properties: enter image description here


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -