.section_label#config_label

%button#view_config_btn{ type: 'button', onClick: 'view_config();', title: 'view the config file' }
  View
%button#hide_config_btn{ type: 'button', onClick: 'hide_config();', title: 'hide the config file' }
  Hide
    

Configuration

config_div

Config file:
%span.monospaced= @config_src

#config_viewer_div
  %textarea.monospaced#config_box{ readonly: true, rows: 20, cols: 150 }= @config_text