1
0
mirror of https://github.com/dani/vroom.git synced 2024-07-02 12:13:12 +02:00
vroom/templates/default/not_found.html.ep

5 lines
105 B
Plaintext
Raw Normal View History

2015-07-23 14:15:30 +02:00
% stash msg => l('PAGE_NOT_FOUND');
% stash err => 'not_found';
% stash room => '';
2015-07-23 14:15:30 +02:00
%= include 'error'