I modified .html.twig but I don’t see changes

By default Twig templates (.html.twig) are cached, that means they are parsed down to raw PHP, so the page load faster. You need to either 1) clean that cache, or 2) disable that cache To enable development mode, go to config.local.php, and change following line: To summarize: if you are developing locally, and want to …