.TWIG ファイル拡張子
Twig Template
| 開発元 | Sensio Labs |
| 人気度 |
3.7 | 10 票 |
TWIGファイルとは?
File created by Twig, a PHP optimizing template engine; contains a template that will be generated into a specific final format, such as a HTML, JavaScript, XML, or CSS based file; the twig extension determines what engine should be used to create the final format whether it's the Twig or PHP engine.
詳細情報
The Twig application creates more concise syntax than normal PHP, which makes the TWIG files more readable. Twig has two types of syntax:
- {{ ... }} - Prints a variable or the result of an expression to the template.
- {% ...%} - A tag that controls the logic of the template; used to execute statements.
注: The Symfony PHP framework uses Twig as its default template engine.
一般的な.TWIGファイル名
index.html.twig - Indicates the template will be generated in HTML format with the Twig engine.
index.css.twig - Indicates the template will be generated in CSS format with the Twig engine.
TWIGファイルを開く、または参照するプログラム
Windows
Mac
Linux