mirror of https://github.com/metafizzy/isotope
Filter & sort magical layouts
http://isotope.metafizzy.co
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
269 B
17 lines
269 B
14 years ago
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<title>{{ page.title }}</title>
|
||
|
|
||
|
<link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" />
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<h1>{{ page.title }}</h1>
|
||
|
|
||
|
{{ content }}
|
||
|
|
||
|
</body>
|
||
|
</html>
|