Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. {% coldcache unless currentUser %}
  2.  
  3. count(): Parameter must be an array or an object that implements Countable
  4.  
  5. {% coldcache unless currentUser %}
  6. <!--[if lte IE 9]><html class="no-js cmm old-ie" lang="en-gb" xml:lang="en-gb"><![endif]-->
  7. <!--[if gt IE 9]><!--><html class="no-js" lang="en-gb" xml:lang="en-gb"><!--<![endif]-->
  8. <head>
  9. <meta charset="utf-8">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. </head>
  12. <body>
  13. <h1>{{ entry.title }}</h1>
  14. </body>
  15. </html>
  16. {% endcoldcache %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement