feature: support more than html in SSI
This commit is contained in:
parent
b3e5a4e1b4
commit
80032ad926
5 changed files with 56 additions and 0 deletions
9
tests/www/includes/with_text.html
Normal file
9
tests/www/includes/with_text.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<html>
|
||||
<body>
|
||||
<p>Hello. Text should follow:</p>
|
||||
|
||||
<!-- #include file="./subdir/a-random-text-file.txt" -->
|
||||
|
||||
<p>Goodbye. The include should be above.</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue