summaryrefslogtreecommitdiffhomepage
path: root/src/ffluci/view/cbi/nsection.htm
blob: 84f893d2b81e222c70263f633e233a20ef5ee6d6 (plain)
1
2
3
4
5
6
7
				<div class="cbi-nsection" id="cbi-<%=self.config%>-<%=self.section%>">
					<h2><%=self.title%></h2>
					<div class="cbi-nsection-descr"><%=self.description%></div>
					<div class="cbi-nsection-options">
<% self:render_children() %>
					</div>
				</div>