Techs
Lang
Tools
Install
Design
#
ejs
<%
set
user
=
{
name
:
"aaa"
}
%>
<%
if
(
user
)
{
%>
<
h2
>
<%=
user
.
name
%>
</
h2
>
<%
}
%>