<%- unless @title.empty? -%> title: <%= @title %> <%- end -%> <%- unless @description.empty? -%> description: >

<%= @description %>

<%- end -%> <%- unless @stylesheet.empty? -%> stylesheet: <%= @stylesheet %> <%- end -%>


<%- if @has_data -%>

<%- end -%>

<%- if @iframe -%>

model_iframe

<%- else -%>

model

<%- end -%> <%- if @has_data -%>

table
  - data.keys.each do |k|
    tr
      th = k
      td = data[k]

<%- else -%>

p Component HTML code here

<%- end -%>