Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 428 Bytes

file_excerpt.md

File metadata and controls

11 lines (8 loc) · 428 Bytes

file_excerpt

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