Cross Reference: portal-example.mustache
xref
: /
yui3
/
src
/
dd
/
docs
/
layouts
/
portal-example.mustache
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
portal-example.mustache revision 67f824556063fa7deaadb16a00de378266ba4f60
1094
N/A
<!
DOCTYPE
html
>
1094
N/A
<
html
lang=
"en"
class=
"yui3-loading"
>
1094
N/A
<
head
>
1094
N/A
<
meta
charset=
"utf-8"
>
1094
N/A
<
title
>{{title}}</
title
>
1094
N/A
<
link
rel=
"stylesheet"
href=
"
http://yui.yahooapis.com/2.8.2/build/reset-fonts-grids/reset-fonts-grids.css
"
type=
"
text
/
css
"
>
1094
N/A
<
link
rel=
"stylesheet"
type=
"
text
/
css
"
href=
"{{componentAssets}}/
portal
/
portal.css
"
>
1094
N/A
<
script
src=
"{{yuiSeedUrl}}"
></
script
>
1094
N/A
</
head
>
1094
N/A
<
body
class=
"yui3-skin-sam"
>
1094
N/A
1094
N/A
{{>layout_content}}
1094
N/A
1094
N/A
</
body
>
1094
N/A
</
html
>
1094
N/A