why the volt would auto include the 'index.volt' ? I don't like Phalcon auto include this index.volt . How to set up ?
index.volt content: <!DOCTYPE html> <html> <head> <title>Phalcon PHP Framework</title> </head> <body> {{ content() }} </body> </html>