Skip to content

Instantly share code, notes, and snippets.

@bcdejp
Created December 28, 2014 14:27
Show Gist options
  • Save bcdejp/5b1ebe1cc2381aefe1b3 to your computer and use it in GitHub Desktop.
Save bcdejp/5b1ebe1cc2381aefe1b3 to your computer and use it in GitHub Desktop.
jinja2で生成したファイル
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>これはタイトルです</title>
</head>
<body>
<h1>コンテンツtitle1</h1>
<p>
コンテンツbody1
</p>
<h1>コンテンツtitle2</h1>
<p>
コンテンツbody2
</p>
<h1>コンテンツtitle3</h1>
<p>
コンテンツbody3
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment