jmpressjs / jmpress.js

A jQuery plugin to build a website on the infinite canvas
http://jmpressjs.github.com/jmpress.js
1.5k stars 237 forks source link

unlimited nested templates in nested templates #151

Open Micius opened 10 years ago

Micius commented 10 years ago

First, let me say I Love Jmpress.js!

I have been trying to make a website, and I was wondering if it is possible to make unlimited nested templates within nested templates. It does not seems to work in jmpress.

for example:

  1. This is a normal template.

1.1 This is a nested template in a normal template

1.1.1. This is a nested template in a nested template

1.1.1.1. This is a nested template in a nested template

.... and so on...

Is there a way to make that work?