Skip to content

Instantly share code, notes, and snippets.

@kurozumi
Created May 31, 2015 15:07
Show Gist options
  • Save kurozumi/aed8cafaba13555b868f to your computer and use it in GitHub Desktop.
Save kurozumi/aed8cafaba13555b868f to your computer and use it in GitHub Desktop.
【CodeIgniter3】Twig導入用のシンプルライブラリのサンプルテンプレート
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>Twig</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<p>{{test_value}}</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment