mirror of
https://github.com/JuanCanham/fresh-theme-bootstrap.git
synced 2025-06-07 12:56:13 +01:00
initial version
This commit is contained in:
9
src/template-html.html
Normal file
9
src/template-html.html
Normal file
@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
{{> head}}
|
||||
</head>
|
||||
<body>
|
||||
{{> body headerClass='col-md-3' contentClass='col-md-9'}}
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user