Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在、シナトラアプリを練習中です。ビューにスリムを使用しています。
私の app/views/layout.slim には
h1 Sinatra App = yield
私の app/views/index.slim ファイルには
h3 Index page
インデックス ルートに移動する<h3>Index Page</h3>と、文字列として表示されます。yield で html_safe を実行できる方法はありますか?
<h3>Index Page</h3>
これがあなたが望むものだと思います:
h1 Sinatra App == yield