<?php /* Smarty version Smarty-3.1.8, created on 2012-04-16 16:16:23
         compiled from "./templates/example.tpl" */ ?>
<?php /*%%SmartyHeaderCode:12324767404f8c98d3b48930-86048030%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
  'file_dependency' => 
  array (
    '7d99b62e962fd638da1b57408698e14efe279766' => 
    array (
      0 => './templates/example.tpl',
      1 => 1334614582,
      2 => 'file',
    ),
  ),
  'nocache_hash' => '12324767404f8c98d3b48930-86048030',
  'function' => 
  array (
  ),
  'version' => 'Smarty-3.1.8',
  'unifunc' => 'content_4f8c98d3bab9a4_23714342',
  'variables' => 
  array (
    'title' => 0,
    'words' => 0,
    'word' => 0,
  ),
  'has_nocache_code' => false,
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_4f8c98d3bab9a4_23714342')) {function content_4f8c98d3bab9a4_23714342($_smarty_tpl) {?><b>bold text</b>
<br/>
more text

<h1><?php echo htmlspecialchars((($tmp = @$_smarty_tpl->tpl_vars['title']->value)===null||$tmp==='' ? "No Title" : $tmp), ENT_QUOTES, 'UTF-8', true);?>
</h1>

<?php if ($_smarty_tpl->tpl_vars['title']->value=="hello"){?>
The title was hello!
<?php }?>

<?php  $_smarty_tpl->tpl_vars['word'] = new Smarty_Variable; $_smarty_tpl->tpl_vars['word']->_loop = false;
 $_from = $_smarty_tpl->tpl_vars['words']->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
foreach ($_from as $_smarty_tpl->tpl_vars['word']->key => $_smarty_tpl->tpl_vars['word']->value){
$_smarty_tpl->tpl_vars['word']->_loop = true;
?>
<div class="autocomplete_result"><?php echo $_smarty_tpl->tpl_vars['word']->value;?>
</div>
<?php } ?>
<?php }} ?>