using System; using CMS.UIControls; public partial class CMSTemplates_BlankASPX_Blank : TemplateMasterPage { protected override void OnPreRender(EventArgs e) { base.OnPreRender(e); lblText.Text = "The web site doesn't contain any content. Sign in to CMS Desk and edit the content."; ltlTags.Text = HeaderTags; } }