mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Fix #247
This commit is contained in:
parent
3171d80d8b
commit
514b0b6769
11
sandbox/templates/bug247/base.tpl
Normal file
11
sandbox/templates/bug247/base.tpl
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
{block 'content'}{/block}
|
||||||
|
</body>
|
||||||
|
</html>
|
1
sandbox/templates/bug247/home.tpl
Normal file
1
sandbox/templates/bug247/home.tpl
Normal file
@ -0,0 +1 @@
|
|||||||
|
{extends 'bug247/base.tpl'}
|
Loading…
x
Reference in New Issue
Block a user