0.0.4 • Published 8 years ago

aje-assets v0.0.4

Weekly downloads
7
License
Proprietary
Repository
github
Last release
8 years ago

aje-assets

This repository contains assets that are shared between various AJE sites.

Installation

Run npm install git+ssh://git@github.com:researchsquare/aje-assets.git --save.

Using Liquid templates

Liquid templates are already used by our Jekyll sites. They can be used in PHP with the help of a third-party library, such as liquid/liquid:

$template = new \Liquid\Template();
$template->parse('path/to/template.html');
return $template->render(array(
    /* list of variables to pass in */
));