first hero section on index

This commit is contained in:
2022-11-22 19:44:34 +02:00
parent d087af0879
commit ee479cdffc
6 changed files with 39 additions and 1 deletions

View File

@ -1 +1,3 @@
%h1 CMS
- @data.each do |section|
- template = find_template(section)
= render( template , section: section)