Sign in
eclipse
/
epsilon
/
org.eclipse.epsilon
/
cf561ff94bb93a13f0aae498f05c0492d374a430
/
.
/
examples
/
org.eclipse.epsilon.examples.egl.flowchart
/
templates
/
basic
/
flowchart2index.egl
blob: 1ed3988a1a65f399869114e1679bf3c45a31e81e [
file
] [
log
] [
blame
]
[%
var
flowchart
=
Flowchart
.
all
.
first
;
%]
<h1>
[%=
flowchart
.
name
%]</
h1
>
<h2>
Nodes
</
h2
>
<ul>
[%
for
(
node
in
flowchart
.
nodes
)
{
%]
<li>
[%=
node
.
name
%]</
li
>
[%
}
%]
</
ul
>