website with slop placeholders
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
EXPORT DTree* emit_marker(DTree* call_param)
|
||||
{
|
||||
print("UNIT_CALL_EXPORT_OK");
|
||||
return(0);
|
||||
}
|
||||
|
||||
RENDER(Request& context)
|
||||
{
|
||||
print("<section data-unit-render=\"ok\">UNIT_RENDER_FIXTURE</section>");
|
||||
}
|
||||
Reference in New Issue
Block a user