2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-25 06:42:29 +00:00
Files
website/common/code/test/test_template.php
Daniel James 11c12a0419 Fix test_filters.php.
Did it ever work?
2014-04-13 14:24:47 +01:00

11 lines
125 B
PHP

<!DOCTYPE html>
<html>
<head>
<?php echo $_file['head']; ?>
</head>
<body>
<?php echo $_file['content']; ?>
</body>
</html>