This file contains hidden or 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
<h4 class="title textleft style1 bw-2px dh-4px divider-primary bc-default dw-full color-default" style="margin-bottom:20px"> | |
<span>Ferry KMP Tao Toba I & II. Route: TOMOK - AJIBATA</span> | |
</h4> | |
<table> | |
<tbody> | |
<tr> | |
<td rowspan="5"><strong>Tomok Dock</strong></td> | |
<td>07.00 - 08.00</td> | |
</tr> | |
<tr> |
This file contains hidden or 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
{% for blog in list_blog %} | |
<h1>{{ blog.title }}</h1> | |
<small>{{ blog.date }}</small> | |
<p>{{ blog.content }}</p> | |
{% endfor %} |
This file contains hidden or 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
<?php | |
include_once __DIR__.'/inc/Twig/lib/Twig/Autoloader.php'; | |
include_once __DIR__.'/inc/db.php'; | |
Twig_Autoloader::register(); | |
$loader = new Twig_Loader_Filesystem(__DIR__ . '/template'); | |
$twig = new Twig_Environment($loader, array()); | |
$data = array( | |
'judul' => 'Web Sederhana', | |
'deskripsi' => 'Belajar membuat web sederhana', |
NewerOlder