Sign in
eclipse
/
epsilon
/
org.eclipse.epsilon
/
cf561ff94bb93a13f0aae498f05c0492d374a430
/
.
/
examples
/
org.eclipse.epsilon.examples.egl.flowchart
/
templates
/
coordination
/
flowchart2index.egl
blob: cf8895cac828d5982def5829ef6954082dbcff96 [
file
] [
log
] [
blame
]
[%
import
"util.eol"
;
%]
<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
>