upmk docs

Basics Commands install secrets deploy dev dyna build generate package pull push filters Templating Dynamic Pages Redirects JSON endpoints Auth Serving Files Editor Templates AddOns Plugins

Editor Templates

upmk is setup to work with the upmarker editor. When new model types are generated, a new template file in editor/templates will be created as well. These files sync to the editor, and are used for previewing new model instances in the web based editor.

In order to be able to build these templates quickly locally, a default template_controller with supporting index and show actions / views are built into each upmk project. Looking at the controller you can see that these files are only built in development mode.