FactDev
0.1
|
#include <mustache.h>
Public Member Functions | |
PartialFileLoader (const QString &basePath) | |
virtual QString | getPartial (const QString &name) |
A partial fetcher when loads templates from '<name>.mustache' files in a given directory.
Once a partial has been loaded, it is cached for future use.
|
virtual |
Returns the partial template with a given name
.
Implements Mustache::PartialResolver.