Placeholder
Syntax
<% Placeholder
identifier
default
expression
%>
The identifier must be surrounded by double quotes.
Example
<body>
<!-- Body content -->
<h1><% Placeholder "Header text" default ProjectName() %></h1>
<!-- Body content -->
<img src='<% Placeholder "Logo URL" default ApplicationRoot + "/static/images/logo.png" %>' />
<!-- Body content -->
</body>
Last updated
Was this helpful?