* Separated the MVC-Webframework from core
[project/luci.git] / web / src / view / cbi / map.htm
1 <div class="cbi-map" id="cbi-<%=self.config%>">
2 <h1><%=self.title%></h1>
3 <div class="cbi-map-descr"><%=self.description%></div>
4 <% self:render_children() %>
5 <br />
6 </div>