gateway/app/views/cms/view.haml

4 lines
105 B
Plaintext
Raw Normal View History

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