1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-30 00:00:13 +01:00
VILLASweb/app/templates/application.hbs
Markus Grigull 63a27d294c Create static layout with just one table
The whole layout and data is hardcoded as first mockup. Mirage
server mockup is added but not used yet.
2015-09-26 16:34:31 +02:00

11 lines
224 B
Handlebars

<section id="lapMashupApp">
<header id="header">
<h1>Lab Mashup Visualization</h1>
</header>
{{outlet}}
</section>
<footer id="info">
<p>&copy; 2015 - Institute for Automation of Complex Power Systems</p>
</footer>