Created
December 28, 2014 14:27
-
-
Save bcdejp/5b1ebe1cc2381aefe1b3 to your computer and use it in GitHub Desktop.
jinja2で生成したファイル
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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