#if ($liveBlueprint) #set ($titleKey = "com.brikit.blueprintmaker.live.blueprints") #else #set ($titleKey = "com.brikit.blueprintmaker.blueprints") #end $blueprintCore.text($titleKey)

##
##
## ##
##
## ## ## Close ##
#if (!$blueprintMaker.licensed) #parse("$blueprintCore.parseFileLocation('blueprint-maker')/html/includes/not-licensed.html") #elseif ($actionErrors.size() > 0)
    #foreach($errorHtml in $actionErrors)
  • $errorHtml
  • #end
#else
#if ($liveBlueprint) #end #set ($originalPageTemplate = $blueprintMaker.pageTemplate($page))
#parse("$blueprintCore.parseFileLocation('blueprint-maker')/html/includes/available-blueprints.html")
#if (!$liveBlueprint)
#end
#end
##
this is a hint