Sage 10 - Locating Template Files?

Is there any way that I can easily find the .blade.php file or any partials .blade.php via Inspect Element?

In Timber, there is Commented Twig Includes that will show the twig files and other partials of twig when you inspect the element. This is similar to Drupal Locating Template Files.

It kinda looks like this:

<!-- Begin output of "partials/navigation.twig" -->
<nav class="navigation">...</nav>
<!-- / End output of "partials/navigation.twig" -->

This topic was automatically closed after 42 days. New replies are no longer allowed.