Sign in
eclipse
/
epsilon
/
org.eclipse.epsilon
/
2db4d8a79f09a24e99800b611e777e25a6164641
/
.
/
examples
/
org.eclipse.epsilon.examples.egl.flowchart
/
templates
/
formatted
/
flowchart2index.egl
blob: ecbfdca536268627c90219d9848bab28e8a2378a [
file
] [
log
] [
blame
]
[%
import
"util.eol"
;
%]
<html>
<body>
<h1>
[%=
flowchart
.
name
%]</
h1
>
<h2>
Nodes
</
h2
>
<ul>
[%
for
(
node
in
flowchart
.
nodes
)
{
%]
<li>
<
a href
=
"[%=node.name.clean()%].html"
>[%=
node
.
name
%]<
/a></
li
>
[%
}
%]
</
ul
>
</
body
>
</
html
>