This website works better with JavaScript
Home
Explore
Help
Sign In
fgm
/
php__silex__book
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
5e44fa1294
Branches
Tags
ch1-usage
ch2-middleware
ch3-organizing_controllers
ch4-services
ch5-providers
ch6-testing
master
php__silex__boo...
/
templates
/
errors
/
404.html.twig
404.html.twig
89 B
History
Raw
1
2
3
4
5
{% extends
"layout.html.twig"
%}
{% block content %}
Page
not
found.
{% endblock %}