Importing files
Files can be imported using the ```import tag (along with the usual tags) and the filename as content.
Usage
```import
./files/imported.html
```
would render:
<button type="button">another button!</button>
Files can be imported using the ```import tag (along with the usual tags) and the filename as content.
```import
./files/imported.html
```
would render:
<button type="button">another button!</button>