Skip to content

Commit

Permalink
Indent example templates with spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jukka Svahn committed Mar 19, 2014
1 parent 4325a07 commit 952d54a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions templates/css/example.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
body {
background: #fff;
color: #000;
}
12 changes: 6 additions & 6 deletions templates/pages/example_page.txp
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>My Example Page</title>
<meta charset="utf-8" />
<title>My Example Page</title>
</head>
<body>
<p>This is a example page, and that there below is a form attached to this page.</p>
<txp:output_form form="example_form">
Hello there.
</txp:output_form>
<p>This is a example page, and that there below is a form attached to this page.</p>
<txp:output_form form="example_form">
Hello there.
</txp:output_form>
</body>
</html>

0 comments on commit 952d54a

Please sign in to comment.