mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Add docs drafts
This commit is contained in:
parent
e15df61267
commit
bbec83582b
@ -3,11 +3,11 @@ Aspect PHP Template Engine
|
||||
|
||||
> Composer package: n/a
|
||||
|
||||
## [About](./docs/about.md) | [Documentation](./docs/main.md) | [Benchmark](./docs/benchmark.md) | [Bugs](https://github.com/bzick/aspect/issues) | [Articles](./docs/articles.md)
|
||||
## [About](./docs/about.md) :: [Documentation](./docs/main.md) :: [Benchmark](./docs/benchmark.md) :: [Bugs](https://github.com/bzick/aspect/issues) :: [Articles](./docs/articles.md)
|
||||
|
||||
[![Build Status](https://travis-ci.org/bzick/aspect.png?branch=master)](https://travis-ci.org/bzick/aspect)
|
||||
|
||||
Smarty-like syntax:
|
||||
Primitive template
|
||||
|
||||
```smarty
|
||||
<html>
|
||||
|
3
docs/articles.md
Normal file
3
docs/articles.md
Normal file
@ -0,0 +1,3 @@
|
||||
Articles
|
||||
========
|
||||
|
6
docs/benchmark.md
Normal file
6
docs/benchmark.md
Normal file
@ -0,0 +1,6 @@
|
||||
Benchmark
|
||||
=========
|
||||
|
||||
To start benchmark run script `benchmark/run.php`.
|
||||
|
||||
Smarty3 vs Twig vs Aspect
|
Loading…
Reference in New Issue
Block a user