-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (67 loc) · 3.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
layout: default
title: PHP5 & PHP7 template engine
subtitle: Modern & flexible template engine for PHP<br><a href="https://github.com/dwoo-project/dwoo" target="_blank" class="btn btn-hero mt-30"><i class="fa fa-github-alt pr-10" aria-hidden="true"></i>View on Github<i class="fa fa-angle-right pl-15" aria-hidden="true"></i></a>
---
<!-- Main Features -->
<section class="bgc-light-gray pt-100 pb-100">
<div class="container">
<div class="row">
<div class="text-md-center col-lg-4">
<div class="media-body">
<span class="icon pb-10 d-inline-block">
<img src="assets/img/icon-inheritance.png"/>
</span>
<h3 class="pb-10 light">Template Inheritance</h3>
<p class="text-muted">
<a href="/documentation/v1.3/template-inheritance.html">Inheritance</a>
brings the concept of OOP to templates, allowing you to define base templates that can be
extended by child templates.
</p>
</div>
</div>
<div class="text-md-center col-lg-4">
<div class="media-body">
<span class="icon pb-10 d-inline-block">
<img src="assets/img/icon-puzzle.png"/>
</span>
<h3 class="pb-10 light">Flexible with plugins</h3>
<p class="text-muted">
<a href="/plugins/">Plugins</a>
can be wrapped in classes or simple functions, they can be precompiled to optimize the load time
of the template, etc.
</p>
</div>
</div>
<div class="text-md-center col-lg-4">
<div class="media-body">
<span class="icon pb-10 d-inline-block">
<img src="assets/img/icon-code.png"/>
</span>
<h3 class="pb-10 light">Syntactic sugar</h3>
<p class="text-muted">
Dwoo provide an easy and powerful <a href="/documentation/v1.3/syntax.html">syntax</a>
compatible with Smarty, with several additions and
<a href="/documentation/v1.3/shortcuts.html">shortcuts</a> to speed up template writing.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Support Section -->
<section class="support-section text-white section pb-80" id="support">
<div class="container">
<div class="divider mb-100"><i class="fa fa-support"></i></div>
<header class="text-center">
<h2 class="section-title">Get Support From Real People</h2>
<p class="section-subtitle">
Couldn’t find what your are looking for ?<br>
Why not join our support chat and let us help you.
</p>
</header>
<div class="text-center">
<a href="{{ site.urls.gitter }}" target="_blank" class="btn btn-success btn-action">Discuss on Gitter</a>
</div>
</div>
</section>