Skip to content

Commit fc9ef0a

Browse files
committed
Add embed for Coilpack Twig and Blade youtube video
1 parent ceb38cf commit fc9ef0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/templates/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ You would do this by creating a file at `user/templates/blog.group/index.html.tw
2424

2525
[Learn more about using Twig in ExpressionEngine from our guide](../guides/using-twig-templates.md).
2626

27+
<iframe width="100%" style={{"aspect-ratio": "16 / 9"}} src="https://www.youtube.com/embed/rFdjkGSB5bI" title="How to use Twig and Blade in ExpressionEngine" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
28+
2729
## Twig and Blade in Laravel
2830

2931
If you manage your templates inside your Laravel application you will just need to create files in your `resources/views` folder with either a `.twig` or a `.blade.php` extension and include them with the `view()` helper. The Laravel documentation is a great resource for [learning more about views](https://laravel.com/docs/9.x/views#introduction).

0 commit comments

Comments
 (0)