2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-23 18:12:16 +00:00
Files
website/common/code/test/template.php
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>