FactDev
0.1
|
#include <mustache.h>
Public Member Functions | |
virtual QString | getPartial (const QString &name)=0 |
Interface for fetching template partials.
|
pure virtual |
Returns the partial template with a given name
.
Implemented in Mustache::PartialFileLoader, and Mustache::PartialMap.