Do you have some feature in mind that you'd love to see in Couch? Let us know.
4 posts Page 1 of 1
In this day and age it's really important to serve responsive and optimalised websites. Wouldn't it be marvelous if we could detect de clients device and then serve adapted content?

Like:
Code: Select all
<cms:if device=mobile>
<cms:embed 'mobile.html'/>
<cms:else/>
<cms:embed 'desktop.html/>
</cms:if>
I think you'll find the following discussion useful - viewtopic.php?p=10628#p10628
Thanks! :D

Couch is even more complete than I thought
4 posts Page 1 of 1