Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
piglet-templates is a text and HTML templating engine in the genshi/kajiki templates family.
The Piglet template engine offers:
Piglet Template Engine Documentation <https://ollycope.com/software/piglet/latest/>
_
| Repository <https://hg.sr.ht/~olly/piglet>
_
Example piglet template:
.. code:: html
<py:extends href="layout.html">
<py:block name="content">
<h1>This is the content block.</h1>
<p>
Hello $user.firstnames $user.lastname!
</p>
<p py:for="verse in poem">
<py:for each="line in verse">$line<br/></py:for>
</p>
</py:block>
</py:extends>
There's a text templating mode too:
.. code::
Hello $user.firstnames $user.lastname!
{% for verse in poem %}
{% for line in verse %}$line
{% end %}
{% end %}
Piglet-templates is licensed under the Apache license version 2.0.
Piglet-templates is developed by
Olly Cope <https://ollycope.com/>
_
and was created for skot.be <https://skot.be/>
_
FAQs
Fast, robust HTML templating engine
We found that piglet-templates demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.