```html+erb <div class="h-screen"> <div class="page-container"> <div class="max-w-lg mx-auto"> <%= render CardComponent.new do |card| %> </div> <% end %> </div> </div> ``` [Playground](https://herb-tools.dev/playground#DwEwlgbgBAxgNgQwM5ILwCIAWBaJMBOApoQHboB8AUFFKJLIihgA4IDmh2MA9iQC4IwJQvgrUatcNHjI06ALYIAHtgDu2OGyjyVCAK59uYiROABSVFCIkQIqAGEE+EPe7zmvUnwB0w1VBBuKAAfGCcQYKgzKhNgAHopKnEacyhSECiY2gTIKnjEyiA) [Source File from `TheOdinProject/theodinproject`](https://github.com/TheOdinProject/theodinproject/blob/6f6af10ea10cc44079c87039e00b3b1d48bf5741/app/views/admin/passwords/edit.html.erb)
Playground
Source File from
TheOdinProject/theodinproject