Edit on GitHub
Jump to docs navigation

Twig Components / Methods / file_excerpt

Note: You are currently reading the documentation for Bolt 5.0. Looking for the documentation for Bolt 5.2 instead?

file_excerpt(line, srcContext = 3) is a Twig filter to generate an excerpt of a code file around the given line number. The srcContext argument defines the total number of lines to display around the given line number (use -1 to display the whole file).

{{ file|file_excerpt(line, srcContext = 3) }}

Source: Twig



Edit this page on GitHub
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.