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'