gateway/app/views/cms/view.haml

4 lines
105 B
Plaintext
Raw Permalink Normal View History

2022-11-22 19:44:34 +02:00
- @data.each do |section|
- template = find_template(section)
= render( template , section: section)