Skip to content
Snippets Groups Projects
Commit fb781c22 authored by alangrafu's avatar alangrafu Committed by GIT_AUTHOR_NAME
Browse files

Merge branch 'development'

parents 8867f057 ec7d4879
No related branches found
No related tags found
No related merge requests found
{% if self.status == 'published' AND self.tiene_negativos AND !self.nsfw %}
hola
{% endif %}
true
<?php
$data = array('zfoo' => new stdclass, 'foo' => array());
{%if foo|isarray %} true {% endif %}
{%if zfoo|isarray %} true {% endif %}
foo is null
bar is not null
foobar is not null
<?php
$data = array(
'obj' => array(
'foo' => NULL,
'bar' => false,
'foobar' => 0,
));
{% for k,val in obj %}
{% if val|null %}
{{ k }} is null
{% else %}
{{ k }} is not null
{% endif %}
{% endfor %}
<h4>Endpoint: {{base.sparqlendpoint.local}}</h4> <h4>Endpoint: {{base.endpoint.local}}</h4>
<div style='float:center'> <div style='float:center'>
<a href='{{base.home}}'>Home</a> | <a href='{{base.home}}special/classes'>Classes</a> | <a href='{{base.home}}special/namedGraphs'>Named Graphs</a> <a href='{{base.home}}'>Home</a> | <a href='{{base.home}}special/classes'>Classes</a> | <a href='{{base.home}}special/namedGraphs'>Named Graphs</a>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment