<!DOCTYPE html><% provide(:title, "Home") %><html><head><title><%= full_title(yield(:title)) %></title><meta name="viewport" content="width=device-width,initial-scale=1"><%= csrf_meta_tags %><%= csp_meta_tag %><%= stylesheet_link_tag "application", "data-turbo-track": "reload" %><%= debug(params) if Rails.env.development? %></head><body><%= yield %></body></html>
↧
What yield field do? How the magics works?
↧